UNPKG

@atlrdsgn/kit

Version:

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

18 lines (17 loc) • 825 B
import { RecipeVariants, RuntimeFn } from '@vanilla-extract/recipes'; export declare const cardContainer: string; declare const shadow: Record<"none" | "sm" | "md" | "lg", string>; declare const level: Record<"H1" | "H2" | "H3" | "H4" | "H5" | "H6", string>; export declare const cardFooter: string; export declare const cardHeader: RuntimeFn<{ level: Record<"H1" | "H2" | "H3" | "H4" | "H5" | "H6", string>; }>; export declare const cardContent: RuntimeFn<{ shadow: Record<"none" | "sm" | "md" | "lg", string>; }>; export type CardHeadingLevels = keyof typeof level; export type CardShadowVariants = keyof typeof shadow; export type CardHeaderVariantProps = RecipeVariants<typeof cardHeader>; export type CardShadowVariantProps = RecipeVariants<typeof cardContent>; export {}; //# sourceMappingURL=card.css.d.ts.map