Skip to content

Commit

Permalink
feat: 导出创建装饰器的函数
Browse files Browse the repository at this point in the history
  • Loading branch information
agileago committed Mar 14, 2022
1 parent 84e4108 commit 90f2ad1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export { Mut } from './decorators/mut'
export { Computed } from './decorators/computed'
export { Link } from './decorators/link'
export { Hook } from './decorators/hook'
export { createDecorator, getProtoMetadata } from './decorators/util'
export * from './helper'
export {
Component,
Expand All @@ -19,4 +20,5 @@ export type {
WithVModel,
ComponentPropsArray,
ComponentPropsObject,
Hanlder,
} from './type'

0 comments on commit 90f2ad1

Please sign in to comment.