@recastui/themes
Version:
Recastui Design System component themes with Tailwindcss and CVA
14 lines (11 loc) • 604 B
TypeScript
import * as class_variance_authority_dist_types from 'class-variance-authority/dist/types';
declare const textarea: (props?: ({
variant?: "solid" | "outline" | "rounded" | "underline" | null | undefined;
resize?: "none" | "both" | "vertical" | "horizontal" | 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 TextareaTheme = typeof textarea;
export { TextareaTheme, textarea };