UNPKG

@recastui/themes

Version:

Recastui Design System component themes with Tailwindcss and CVA

12 lines (9 loc) 698 B
import * as class_variance_authority_dist_types from 'class-variance-authority/dist/types'; declare const radio: (props?: ({ color?: "main" | "tomato" | "red" | "crimson" | "pink" | "plum" | "purple" | "violet" | "indigo" | "blue" | "cyan" | "teal" | "green" | "grass" | "orange" | "brown" | "sky" | "mint" | "lime" | "yellow" | "amber" | "gold" | "bronze" | "error" | "info" | "success" | "warning" | null | undefined; size?: "sm" | "lg" | "base" | null | undefined; error?: boolean | null | undefined; disabled?: boolean | null | undefined; } & class_variance_authority_dist_types.ClassProp) | undefined) => string; type RadioTheme = typeof radio; export { RadioTheme, radio };