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.

9 lines (8 loc) 233 B
import { initTheme } from "./initTheme.js"; import { themeDefineOptions } from "./themeDefineOptions.js"; export function themeProvider(options = {}) { if (options) { themeDefineOptions(options); } initTheme(); }