UNPKG

@nextui-org/theme

Version:

The default theme for NextUI components

13 lines (11 loc) 394 B
declare function swapColorValues<T extends Object>(colors: T): {}; declare function removeDefaultKeys<T extends Object>(obj: T): {}; /** * * Flatten theme object and remove default keys * * @param obj theme object * @returns object with flattened keys */ declare const flattenThemeObject: <TTarget>(obj: TTarget) => {}; export { flattenThemeObject, removeDefaultKeys, swapColorValues };