UNPKG

@jay-js/system

Version:

A powerful and flexible TypeScript library for UI, state management, lazy loading, routing and managing draggable elements in modern web applications.

4 lines 220 B
export { themeDefineOptions } from "./core/configuration.js"; export { getCurrentTheme, initTheme, setTheme, toggleThemeMode } from "./core/theme-manager.js"; export * from "./types.js"; //# sourceMappingURL=index.js.map