@baseplate-dev/ui-components
Version:
Shared UI component library
6 lines • 445 B
TypeScript
export declare const buttonVariants: (props?: ({
variant?: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | "ghostDestructive" | "linkDestructive" | null | undefined;
size?: "sm" | "lg" | "default" | "none" | "icon" | null | undefined;
justify?: "center" | "start" | "end" | null | undefined;
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
//# sourceMappingURL=button.d.ts.map