Skip to content

Commit

Permalink
feat: export templateToVNodeFn, isTemplate
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterliu1003 committed Mar 17, 2024
1 parent c062a37 commit fcca3a9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/** Types */
export * from './types'

export * from './useTemplate'
export * from './templateProvider'
export { defineTemplate, useTemplate } from './useTemplate'
export { TemplateProvider } from './templateProvider'
export { templateToVNodeFn, isTemplate } from './utils'

0 comments on commit fcca3a9

Please sign in to comment.