Skip to content

Commit

Permalink
feat(auto-complete): export slots type (tusen-ai#6599)
Browse files Browse the repository at this point in the history
  • Loading branch information
nailiable committed Dec 7, 2024
1 parent f4799d1 commit 00c775c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auto-complete/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export { autoCompleteProps, default as NAutoComplete } from './src/AutoComplete'
export type { AutoCompleteProps } from './src/AutoComplete'
export type { AutoCompleteProps, AutoCompleteSlots } from './src/AutoComplete'
export type {
AutoCompleteDefaultSlotOptions,
AutoCompleteGroupOption,
Expand Down

0 comments on commit 00c775c

Please sign in to comment.