@uistate/core
Version:
Lightweight event-driven state management with path-based subscriptions, wildcards, and async support
11 lines (9 loc) • 343 B
JavaScript
/**
* UIstate v5 - Core barrel exports
*
* EventState is the primary export for application state management.
* CSS state management has moved to @uistate/css.
*/
// Primary: EventState (recommended for application state)
export { createEventState } from './eventState.js';
export { createEventState as default } from './eventState.js';