diff --git a/index.d.ts b/index.d.ts index a03e3a9d..a75803b5 100644 --- a/index.d.ts +++ b/index.d.ts @@ -43,3 +43,5 @@ interface FontAwesomeLayersTextProps { declare const FontAwesomeIcon: DefineComponent declare const FontAwesomeLayers: DefineComponent declare const FontAwesomeLayersText: DefineComponent + +export { FontAwesomeIcon, FontAwesomeLayers, FontAwesomeLayersText }