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 (12 loc) 270 B
/*! * NENT 2022 */ 'use strict'; const index = require('./index-96f3ab3f.js'); /* istanbul ignore file */ const store = index.createStore({ darkMode: null, }); const { state, onChange, reset, dispose } = store; exports.onChange = onChange; exports.state = state;