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.

20 lines (17 loc) 453 B
/*! * NENT 2022 */ import { c as createStore } from './index-4bfabbbd.js'; /* istanbul ignore file */ class CommonStateModel { } const store = createStore({ debug: false, analyticsEnabled: false, dataEnabled: false, elementsEnabled: false, routingEnabled: false, audioEnabled: true, }); const { state, onChange, reset, dispose } = store; export { CommonStateModel as C, state as a, dispose as d, onChange as o, reset as r, store as s };