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 (3 loc) 187 B
export { themeDefineOptions } from "./core/configuration.js"; export { getCurrentTheme, initTheme, setTheme, toggleThemeMode } from "./core/theme-manager.js"; export * from "./types.js";