@codeworker.br/govbr-tw-react
Version:
Biblioteca de componentes React usando Tailwind CSS que implementa o Padrão Digital de Governo.
7 lines (6 loc) • 573 B
TypeScript
declare const variants: (props?: ({
variant?: "default" | "outline" | "link" | "ghost" | "magic" | "default-dark" | "outline-dark" | "ghost-dark" | "default-success" | "outline-success" | "ghost-success" | "default-danger" | "outline-danger" | "ghost-danger" | "default-warning" | "outline-warning" | "ghost-warning" | "link-dark" | null | undefined;
density?: "default" | "low" | "high" | null | undefined;
size?: "icon" | "auto" | null | undefined;
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
export default variants;