Skip to content

Commit

Permalink
Merge pull request #891 from RobHannay/chore/correct-componentFunctio…
Browse files Browse the repository at this point in the history
…ns-type

chore: add missing `componentFunctions` properties to `JsxLexerConfig` types
  • Loading branch information
karellm committed Aug 23, 2023
2 parents 5fdd776 + e72f675 commit 1f06cf0
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 1f06cf0

Please sign in to comment.