We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 918b50f commit 918c7adCopy full SHA for 918c7ad
packages/runtime-vapor/src/index.ts
@@ -75,3 +75,7 @@ export { withVaporDirectives } from './directives/custom'
75
export { isFragment, VaporFragment } from './fragment'
76
export { VaporTransition } from './components/Transition'
77
export { VaporTransitionGroup } from './components/TransitionGroup'
78
+
79
+// types
80
+export type { VaporComponent } from './component'
81
+export type { VaporSlot } from './componentSlots'
0 commit comments