Skip to content

Commit

Permalink
chore: export NestedPopover component (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
GursheenK authored Jul 16, 2024
1 parent 5b11b34 commit 4c0d1b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export { default as Tooltip } from './components/Tooltip/Tooltip.vue'
export { default as CommandPalette } from './components/CommandPalette/CommandPalette.vue'
export { default as CommandPaletteItem } from './components/CommandPalette/CommandPaletteItem.vue'
export { default as ListFilter } from './components/ListFilter/ListFilter.vue'
export { default as NestedPopover } from './components/ListFilter/NestedPopover.vue'

// directives
export { default as onOutsideClickDirective } from './directives/onOutsideClick.js'
Expand Down

0 comments on commit 4c0d1b3

Please sign in to comment.