UNPKG

@codeworker.br/govbr-tw-react

Version:

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

19 lines (18 loc) 1.23 kB
export declare const sheetViewportVariants: (props?: ({ side?: "left" | "right" | "top" | "bottom" | null | undefined; } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string; export declare const sheetContentVariants: (props?: ({ variant?: "default" | "dark" | null | undefined; side?: "left" | "right" | "top" | "bottom" | null | undefined; } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string; export declare const sheetHeaderVariants: (props?: ({ variant?: "default" | "dark" | null | undefined; density?: "relaxed" | "compact" | "none" | "comfortable" | null | undefined; } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string; export declare const sheetBodyVariants: (props?: ({ density?: "relaxed" | "compact" | "none" | "comfortable" | null | undefined; } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string; export declare const sheetFooterVariants: (props?: ({ variant?: "default" | "dark" | null | undefined; density?: "relaxed" | "compact" | "none" | "comfortable" | null | undefined; } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;