@recastui/themes
Version:
Recastui Design System component themes with Tailwindcss and CVA
11 lines (8 loc) • 394 B
TypeScript
import * as class_variance_authority_dist_types from 'class-variance-authority/dist/types';
declare const label: (props?: ({
fullWidth?: boolean | null | undefined;
inline?: boolean | null | undefined;
isDisabled?: boolean | null | undefined;
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
type LabelTheme = typeof label;
export { LabelTheme, label };