UNPKG

@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
declare const variants: (props?: ({ variant?: "default" | "link" | "ghost" | "magic" | "outline" | "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?: "auto" | "icon" | null | undefined; } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string; export default variants;