UNPKG

@nent/core

Version:

Functional elements to add routing, data-binding, dynamic HTML, declarative actions, audio, video, and so much more. Supercharge static HTML files into web apps without script or builds.

13 lines (10 loc) 245 B
/*! * NENT 2022 */ import { c as createStore } from './index-4bfabbbd.js'; /* istanbul ignore file */ const store = createStore({ darkMode: null, }); const { state, onChange, reset, dispose } = store; export { onChange as o, state as s };