@kaokei/use-vue-service
Version:
Lightweight Vue 3 state management with dependency injection, inspired by Angular services.
6 lines (5 loc) • 352 B
TypeScript
export * from '@kaokei/di';
export { FIND_CHILD_SERVICE, FIND_CHILDREN_SERVICES } from './constants.ts';
export { useService, declareProviders, getRootService, declareRootProviders, useAppService, declareAppProviders, declareAppProvidersPlugin, } from './core.ts';
export { Computed } from './computed.ts';
export { getEffectScope } from './scope.ts';