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.

16 lines (13 loc) 307 B
/*! * NENT 2022 */ import { c as createStore } from './index-4bfabbbd.js'; /* istanbul ignore file */ const store = createStore({ hasAudioComponent: false, muted: false, debug: false, tracksPlayed: [], }); const { state, onChange, dispose, reset } = store; export { onChange as o, state as s };