UNPKG

@rfkit/theme

Version:

A flexible light/dark theme switching library supporting custom theme configuration, dynamic switching, and responsive design

7 lines 248 B
export * from './constants'; export * from './types'; export { getThemeMedia, initializeCSS } from './tools'; export * from './core'; export * from './size'; export { themeObserver } from './MediaChangeObserver'; //# sourceMappingURL=index.d.ts.map