UNPKG

ziko

Version:

A versatile JavaScript library offering a rich set of Hyperscript Based UI components, advanced mathematical utilities, interactivity ,animations, client side routing and more ...

10 lines (9 loc) 240 B
import { UIElementCore } from "../constructors/UIElementCore.js"; class UIElement extends UIElementCore{ constructor({element, name, type, render}){ super({element, name, type, render}) } } export { UIElement }