UNPKG

another-ui

Version:

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

5 lines (4 loc) 232 B
export declare const getInputClasses: (props?: ({ size?: "md" | "lg" | "sm" | null | undefined; color?: "default" | "error" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string;