Skip to content

Commit 4484456

Browse files
yankeeinlondonktsn
authored andcommitted
Add VueDecorator to named exports (#194)
1 parent fd73736 commit 4484456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Vue, { ComponentOptions } from 'vue'
22
import { VueClass } from './declarations'
33
import { componentFactory, $internalHooks } from './component'
44

5-
export { createDecorator } from './util'
5+
export { createDecorator, VueDecorator } from './util'
66

77
function Component <V extends Vue>(options: ComponentOptions<V> & ThisType<V>): <VC extends VueClass<V>>(target: VC) => VC
88
function Component <VC extends VueClass<Vue>>(target: VC): VC

0 commit comments

Comments
 (0)