Skip to content

Commit

Permalink
fix(Combobox): missing export of input emits
Browse files Browse the repository at this point in the history
  • Loading branch information
zernonia committed Dec 10, 2024
1 parent 1dd5a38 commit 3e150bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/Combobox/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export {
export {
default as ComboboxInput,
type ComboboxInputProps,
type ComboboxInputEmits,
} from './ComboboxInput.vue'
export {
default as ComboboxAnchor,
Expand Down

0 comments on commit 3e150bf

Please sign in to comment.