UNPKG

@bem-plus/class-generator

Version:

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

6 lines (5 loc) 164 B
export declare const rootReferenceTemplate: ({ type, isTypeScript, className }: { type: string; isTypeScript: boolean; className: string; }) => string;