@mincho-js/css
Version:
Natural CSS in the Typescript
4 lines (3 loc) • 580 B
TypeScript
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;