diff --git a/index.d.ts b/index.d.ts index 20135b83..c4154ab6 100644 --- a/index.d.ts +++ b/index.d.ts @@ -44,6 +44,7 @@ export interface JsxLexerConfig { lexer: "JsxLexer"; functions?: string[]; namespaceFunctions?: string[]; + componentFunctions?: string[]; attr?: string; transSupportBasicHtmlNodes?: boolean; transKeepBasicHtmlNodesFor?: string[]; @@ -55,6 +56,7 @@ export interface JsxWithTypesLexerConfig { lexer: "JsxLexer"; functions?: string[]; namespaceFunctions?: string[]; + componentFunctions?: string[]; attr?: string; transSupportBasicHtmlNodes?: boolean; transKeepBasicHtmlNodesFor?: string[];