Skip to content

Commit

Permalink
export placement type from tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart committed Apr 23, 2024
1 parent 2624cf3 commit 38952d7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/nice-rules-itch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@cypress-design/react-tooltip": minor
"@cypress-design/vue-tooltip": minor
---

export placement type from tooltip
1 change: 1 addition & 0 deletions components/Tooltip/react/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { default } from './Tooltip'
export { type Placement } from '@floating-ui/react'
1 change: 1 addition & 0 deletions components/Tooltip/vue/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { default } from './Tooltip.vue'
export { type Placement } from '@floating-ui/dom'

0 comments on commit 38952d7

Please sign in to comment.