UNPKG

@dbs-portal/core-theme

Version:

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

9 lines 251 B
/** * DBS Portal Core Theme Package * Provides theme management, design tokens, and styling utilities */ export * from './tokens'; export * from './theme'; export * from './tailwind'; export * from './css-utils'; //# sourceMappingURL=index.d.ts.map