@tiiqu/ui
Version:
A customizable, accessible, and developer-friendly React UI component library powered by Tailwind CSS, TypeScript, and Vite
10 lines (9 loc) • 604 B
TypeScript
export declare const buttonVariant: (props?: ({
intent?: "primary" | "secondary" | "primary_outline" | "secondary_outline" | "primary_borderless" | "secondary_borderless" | "gray_outline" | null | undefined;
size?: "small" | "medium" | null | undefined;
radius?: "none" | "sm" | "md" | "lg" | "xl" | "full" | null | undefined;
fullWidth?: boolean | null | undefined;
disabled?: boolean | null | undefined;
loading?: boolean | null | undefined;
iconPosition?: "left" | "right" | null | undefined;
} & import('class-variance-authority/types').ClassProp) | undefined) => string;