UNPKG

@bem-plus/class-generator

Version:

The `@bem-plus/class-generator` allows you to generate boilerplate JavaScript or TypeScript code from your Stylesheets.

9 lines (8 loc) 253 B
export declare const elementClassTemplate: ({ isTypeScript, className, selector, type, modifiers, args }: { isTypeScript: boolean; className: string; selector: string; type: string; modifiers: string; args: string; }) => string;