UNPKG

@atlrdsgn/kit

Version:

An ever–expanding library of React components, primitives, and tools

15 lines (14 loc) • 612 B
import { RecipeVariants, RuntimeFn } from '@vanilla-extract/recipes'; /** --------------- recipes ----------------- */ export declare const switchRoot: RuntimeFn<{ size: Record<"small" | "medium", string>; }>; export declare const switchToggle: RuntimeFn<{ size: Record<"small" | "medium", string>; }>; export type SwitchRootVariantProps = RecipeVariants<typeof switchRoot>; export type SwitchToggleVariantProps = RecipeVariants<typeof switchToggle>; export type SwitchRootProps = { size?: SwitchRootVariantProps; } & React.HTMLAttributes<HTMLButtonElement>; //# sourceMappingURL=switch.css.d.ts.map