UNPKG

@idooel/runtime-context

Version:

Runtime data pool with namespaces, stackable contexts, subscriptions and optional persistence. Vue adapter included.

14 lines (13 loc) 232 B
// Plugin exports export { Vue2DataPoolPlugin, useDataPool, usePoolValue, usePoolSubscription, createDataPool } from './plugin' // Type exports export type { Vue2DataPoolOptions, PoolValueComposable } from './types'