@mincho-js/css
Version:
Natural CSS in the Typescript
5 lines (4 loc) • 306 B
TypeScript
import { PureCSSVarKey } from '@mincho-js/transform-to-vanilla';
export declare function className(...debugIds: Array<string | undefined>): RegExp;
export declare function getDebugName(debugId: string | undefined, name: string): string;
export declare function getVarName(variable: string): PureCSSVarKey;