Skip to content

Commit

Permalink
chore: add missing componentFunctions properties to `JsxLexerConfig…
Browse files Browse the repository at this point in the history
…` types
  • Loading branch information
RobHannay committed Aug 22, 2023
1 parent 5fdd776 commit e72f675
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export interface JsxLexerConfig {
lexer: "JsxLexer";
functions?: string[];
namespaceFunctions?: string[];
componentFunctions?: string[];
attr?: string;
transSupportBasicHtmlNodes?: boolean;
transKeepBasicHtmlNodesFor?: string[];
Expand All @@ -55,6 +56,7 @@ export interface JsxWithTypesLexerConfig {
lexer: "JsxLexer";
functions?: string[];
namespaceFunctions?: string[];
componentFunctions?: string[];
attr?: string;
transSupportBasicHtmlNodes?: boolean;
transKeepBasicHtmlNodesFor?: string[];
Expand Down

0 comments on commit e72f675

Please sign in to comment.