Revert "fix(multi-select): add exposed methods to types"
This reverts commit 4bb3c3d3a6
.
pull/7127/head
parent
9a20148b5e
commit
69dfde2e4e
|
@ -932,11 +932,11 @@ export interface MultiSelectMethods {
|
|||
* @group Component
|
||||
*
|
||||
*/
|
||||
declare const MultiSelect: DefineComponent<MultiSelectProps, MultiSelectSlots, MultiSelectEmits, MultiSelectMethods>;
|
||||
declare const MultiSelect: DefineComponent<MultiSelectProps, MultiSelectSlots, MultiSelectEmits>;
|
||||
|
||||
declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
MultiSelect: DefineComponent<MultiSelectProps, MultiSelectSlots, MultiSelectEmits, MultiSelectMethods>;
|
||||
MultiSelect: DefineComponent<MultiSelectProps, MultiSelectSlots, MultiSelectEmits>;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue