UNPKG

@mincho-js/css

Version:
3 lines (2 loc) 310 B
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>;