UNPKG

@recastui/themes

Version:

Recastui Design System component themes with Tailwindcss and CVA

13 lines (10 loc) 837 B
import * as class_variance_authority_dist_types from 'class-variance-authority/dist/types'; declare const card: (props?: ({ bg?: "main" | "tomato" | "red" | "crimson" | "pink" | "plum" | "purple" | "violet" | "indigo" | "blue" | "cyan" | "teal" | "green" | "grass" | "orange" | "brown" | "sky" | "mint" | "lime" | "yellow" | "amber" | "gold" | "bronze" | null | undefined; hoverState?: boolean | null | undefined; variant?: "filled" | "outline" | "elevated" | null | undefined; size?: "sm" | "md" | "lg" | "xl" | "full" | "xs" | "2xl" | "1/4" | "half" | "3/4" | null | undefined; padding?: "none" | "sm" | "md" | "lg" | "xl" | "xs" | null | undefined; rounded?: "none" | "sm" | "md" | "lg" | "full" | null | undefined; } & class_variance_authority_dist_types.ClassProp) | undefined) => string; export { card };