Skip to content

Commit

Permalink
fix: add missing options.customStyleName
Browse files Browse the repository at this point in the history
  • Loading branch information
huangfengli authored and huangfengli committed Jul 7, 2021
1 parent 121b833 commit f624603
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export interface Options {
style?: string | boolean | ((name: string, file?: any) => string);
styleLibraryDirectory?: string;
customName?: (name: string, file: any) => string;
customStyleName?: (name: string) => string;
libraryDirectory?: string;
camel2DashComponentName?: boolean;
}
Expand Down

0 comments on commit f624603

Please sign in to comment.