UNPKG

another-ui

Version:

as the name says, it's another ui library for React built on Tailwind & Shadcn

7 lines (6 loc) 368 B
export declare const getButtonClasses: (props?: ({ size?: "md" | "lg" | "sm" | null | undefined; color?: "link" | "default" | "ghost" | "danger" | "success" | null | undefined; shape?: "normal" | "pill" | null | undefined; mode?: "default" | "outline" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string;