ivi
Version:
Lightweight Embeddable Web UI Library.
8 lines • 605 B
JavaScript
export { EMPTY_ARRAY, _hN, _hE, _sN, _sE, _T, _t, component, getProps, invalidate, useUnmount, useEffect, createEffectHandler, useAnimationFrameEffect, useIdleEffect, context,
// Dynamic List
List, defineRoot, dirtyCheck, update, unmount, createRoot, } from "./lib/core.js";
export { eventDispatcher, findDOMNode, containsDOMElement, hasDOMElement, } from "./lib/utils.js";
export { useMemo, useState, useReducer, } from "./lib/state.js";
export { preventUpdates, strictEq, shallowEq, shallowEqArray, } from "./lib/equal.js";
export { html, svg } from "./html/index.js";
//# sourceMappingURL=index.js.map