Skip to content

Commit e452381

Browse files
committed
fix: export NeDropdownItem type
1 parent 9c84df8 commit e452381

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export type { NePaginatorProps } from '@/components/NePaginator.vue'
4343
export type { Tab } from '@/components/NeTabs.vue'
4444
export type { NeNotification } from '@/components/NeToastNotification.vue'
4545
export type { NeListboxOption } from '@/components/NeListbox.vue'
46+
export type { NeDropdownItem } from '@/components/NeDropdown.vue'
4647

4748
// library functions export
4849
export {

0 commit comments

Comments
 (0)