Skip to content

Commit 13320fd

Browse files
committed
types(runtime-vapor): export VaporTransitionHooks type
1 parent 4297822 commit 13320fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/runtime-vapor/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,4 @@ export { VaporTransitionGroup } from './components/TransitionGroup'
8181
// types
8282
export type { VaporComponent } from './component'
8383
export type { VaporSlot } from './componentSlots'
84+
export type { VaporTransitionHooks } from './block'

0 commit comments

Comments
 (0)