@recastui/themes
Version:
Recastui Design System component themes with Tailwindcss and CVA
14 lines (11 loc) • 576 B
TypeScript
import * as class_variance_authority_dist_types from 'class-variance-authority/dist/types';
declare const select: (props?: ({
size?: "sm" | "lg" | "xs" | "base" | null | undefined;
variant?: "solid" | "outline" | "rounded" | "underline" | null | undefined;
inline?: boolean | null | undefined;
fullWidth?: boolean | null | undefined;
disabled?: boolean | null | undefined;
error?: boolean | null | undefined;
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
type SelectTheme = typeof select;
export { SelectTheme, select };