UNPKG

vue3-oop-static

Version:
10 lines (9 loc) 494 B
export { VueComponent, GlobalStoreKey } from './extends/component'; export { VueService, ProviderKey } from './extends/service'; export { Ref } from './decorators/ref'; export { Computed } from './decorators/computed'; export { Link } from './decorators/link'; export { Hook } from './decorators/hook'; export * from './helper'; export { InjectorKey } from './di'; export type { ComponentProps, ComponentSlots, ClassType, WithVModel, ComponentPropsArray, ComponentPropsObject, } from './type';