UNPKG

@codeworker.br/govbr-tw-react

Version:

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

5 lines (4 loc) 258 B
declare const variants: (props?: ({ position?: "left" | "right" | "bottom-left" | "bottom-right" | "top-left" | "top-right" | null | undefined; } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string; export default variants;