UNPKG

@atlrdsgn/kit

Version:

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

12 lines (11 loc) • 532 B
import { RecipeVariants, RuntimeFn } from '@vanilla-extract/recipes'; export declare const toggleGroupRoot: string; export declare const toggleRoot: string; export declare const toggleFlex: string; export declare const toggleItem: string; export type ToggleGroupVariants = RecipeVariants<typeof toggleGroup>; export declare const toggleGroup: RuntimeFn<{ orientation: Record<"horizontal" | "vertical", string>; variant: Record<"orange" | "carbon" | "jade" | "sapphire", string>; }>; //# sourceMappingURL=toggle.css.d.ts.map