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) 296 B
declare const variants: (props?: ({ variant?: "default" | "danger" | "success" | "warning" | null | undefined; position?: "left" | "right" | "top" | "bottom" | null | undefined; } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string; export default variants;