diff --git a/src/index.d.ts b/src/index.d.ts index 567c470..0805c5c 100644 --- a/src/index.d.ts +++ b/src/index.d.ts @@ -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; }