@naturacosmeticos/natds-web
Version:
A collection of components from Natura Design System for React websites and webapps
6 lines (5 loc) • 356 B
TypeScript
import { ThemeBrandName } from '../Themes/ThemeBrandName';
export declare type ThemeMode = 'light' | 'dark';
export declare type Brand = ThemeBrandName;
export declare type CustomOption = 'typography';
export declare const buildTheme: (brand: Brand, mode: ThemeMode, customOption?: "typography" | undefined) => import("../Themes/IThemeWeb").IThemeWebBase;