Skip to content

Commit

Permalink
fix(auto-complete): 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 19d637f commit f4799d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auto-complete/src/AutoComplete.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export const autoCompleteProps = {
export type AutoCompleteProps = ExtractPublicPropTypes<typeof autoCompleteProps>

export interface AutoCompleteSlots {
default?: AutoCompleteDefaultSlotOptions
default?: (options: AutoCompleteDefaultSlotOptions) => any
empty?: any
prefix?: any
suffix?: any
Expand Down

0 comments on commit f4799d1

Please sign in to comment.