UNPKG

@mincho-js/css

Version:
4 lines (3 loc) 580 B
import { ComplexPropDefinitions, ConditionalVariants, PatternOptions, RuntimeFn, VariantGroups, VariantDefinitions, PropTarget } from './types.js'; export declare function rules<Variants extends VariantGroups | undefined = undefined, ToggleVariants extends VariantDefinitions | undefined = undefined, Props extends ComplexPropDefinitions<PropTarget> | undefined = undefined>(options: PatternOptions<Variants, ToggleVariants, Props>, debugId?: string): RuntimeFn<ConditionalVariants<Variants, ToggleVariants>, Exclude<Props, undefined>>; export declare const recipe: typeof rules;