Skip to content

Commit 918c7ad

Browse files
committed
types(runtime-vapor): export VaporComponent and VaporSlot types
1 parent 918b50f commit 918c7ad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/runtime-vapor/src/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,7 @@ export { withVaporDirectives } from './directives/custom'
7575
export { isFragment, VaporFragment } from './fragment'
7676
export { VaporTransition } from './components/Transition'
7777
export { VaporTransitionGroup } from './components/TransitionGroup'
78+
79+
// types
80+
export type { VaporComponent } from './component'
81+
export type { VaporSlot } from './componentSlots'

0 commit comments

Comments
 (0)