@mincho-js/css
Version:
Natural CSS in the Typescript
3 lines (2 loc) • 310 B
TypeScript
import { PatternResult, RuntimeFn, VariantGroups, ComplexPropDefinitions, PropTarget } from './types.js';
export declare const createRuntimeFn: <Variants extends VariantGroups, Props extends ComplexPropDefinitions<PropTarget | undefined>>(config: PatternResult<Variants, Props>) => RuntimeFn<Variants, Props>;