@konstructio/ui
Version:
A set of reusable and customizable React components built for konstruct.io
9 lines (8 loc) • 459 B
TypeScript
export declare const buttonVariants: (props?: ({
variant?: "link" | "danger" | "primary" | "secondary" | "tertiary" | null | undefined;
shape?: "circle" | null | undefined;
version?: "default" | "alternate" | null | undefined;
disabled?: boolean | null | undefined;
size?: "medium" | "large" | null | undefined;
appearance?: "compact" | null | undefined;
} & import('class-variance-authority/types').ClassProp) | undefined) => string;