UNPKG

@mincho-js/css

Version:
5 lines (4 loc) 306 B
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;