diff --git a/src/index.ts b/src/index.ts index 49983c2..16b230a 100644 --- a/src/index.ts +++ b/src/index.ts @@ -2,7 +2,7 @@ import Vue, { ComponentOptions } from 'vue' import { VueClass } from './declarations' import { componentFactory, $internalHooks } from './component' -export { createDecorator } from './util' +export { createDecorator, VueDecorator } from './util' function Component (options: ComponentOptions & ThisType): >(target: VC) => VC function Component >(target: VC): VC