UNPKG

@dbs-portal/core-theme

Version:

Theme management, styling utilities, and design tokens for DBS Portal

9 lines 327 B
/** * Ant Design theme configuration * Customizes Ant Design components to match DBS Portal design system */ import type { ThemeConfig } from 'antd'; export declare const lightTheme: ThemeConfig; export declare const darkTheme: ThemeConfig; export type AntdTheme = typeof lightTheme; //# sourceMappingURL=antd-theme.d.ts.map