UNPKG

ziko

Version:

a versatile javaScript framework offering a rich set of UI components, advanced mathematical utilities, reactivity, animations, client side routing and graphics capabilities

11 lines 189 B
import LightThemes from "./light"; import DarkThemes from "./dark"; const Themes={ ...LightThemes, ...DarkThemes } export { Themes, LightThemes, DarkThemes, };