Skip to content

Commit

Permalink
fix: add missing type
Browse files Browse the repository at this point in the history
fix: add missing options.customStyleName
  • Loading branch information
ajuner authored Jul 7, 2021
2 parents 121b833 + f624603 commit 24d0cec
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 24d0cec

Please sign in to comment.