@codeworker.br/govbr-tw-react
Version:
Biblioteca de componentes React usando Tailwind CSS que implementa o Padrão Digital de Governo.
12 lines (11 loc) • 626 B
TypeScript
export declare const calendarVariants: (props?: ({
variant?: "dark" | "light" | null | undefined;
density?: "compact" | "comfortable" | null | undefined;
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
export declare const dayButtonVariants: (props?: ({
variant?: "dark" | "light" | null | undefined;
density?: "compact" | "comfortable" | null | undefined;
isSelected?: boolean | null | undefined;
isToday?: boolean | null | undefined;
isOutside?: boolean | null | undefined;
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;