UNPKG

@codeworker.br/govbr-tw-react

Version:

Biblioteca de componentes React usando Tailwind CSS que implementa o Padrão Digital de Governo.

6 lines (5 loc) 301 B
declare const variants: (props?: ({ variant?: "dark" | "light" | "invert-light" | "invert-dark" | null | undefined; size?: "button" | "small" | "medium" | "large" | null | undefined; } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string; export default variants;