Skip to content

Commit

Permalink
feat: expose types
Browse files Browse the repository at this point in the history
  • Loading branch information
zernonia committed Jun 16, 2024
1 parent 2b30a7b commit e30f17d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/vaul-vue/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ export type {
DrawerRootProps,
} from './controls'

export type {
SnapPoint,
DrawerDirection,
} from './types'

export {
DrawerRoot,
DrawerRootNested,
Expand Down

0 comments on commit e30f17d

Please sign in to comment.