UNPKG

@nextui-org/theme

Version:

The default theme for NextUI components

21 lines (19 loc) 431 B
declare const COMMON_UNITS: string[]; declare const twMergeConfig: { theme: { opacity: string[]; spacing: string[]; borderWidth: string[]; borderRadius: string[]; }; classGroups: { shadow: { shadow: string[]; }[]; "font-size": { text: string[]; }[]; "bg-image": string[]; }; }; export { COMMON_UNITS, twMergeConfig };