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) 182 B
import { IThemeOptions } from "../types/index.js"; export declare let themeOptions: IThemeOptions; export declare function themeDefineOptions(options: Partial<IThemeOptions>): void;