Skip to content

Commit

Permalink
fix: export NeDropdownItem type
Browse files Browse the repository at this point in the history
  • Loading branch information
andre8244 committed Jun 27, 2024
1 parent 9c84df8 commit e452381
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export type { NePaginatorProps } from '@/components/NePaginator.vue'
export type { Tab } from '@/components/NeTabs.vue'
export type { NeNotification } from '@/components/NeToastNotification.vue'
export type { NeListboxOption } from '@/components/NeListbox.vue'
export type { NeDropdownItem } from '@/components/NeDropdown.vue'

// library functions export
export {
Expand Down

0 comments on commit e452381

Please sign in to comment.