Merge branch 'fix/select-exposed-methods' of https://github.com/J-Michalek/primevue into fix/select-exposed-methods
commit
9a20148b5e
|
@ -932,11 +932,11 @@ export interface MultiSelectMethods {
|
|||
* @group Component
|
||||
*
|
||||
*/
|
||||
declare const MultiSelect: DefineComponent<MultiSelectProps, MultiSelectSlots, MultiSelectEmits>;
|
||||
declare const MultiSelect: DefineComponent<MultiSelectProps, MultiSelectSlots, MultiSelectEmits, MultiSelectMethods>;
|
||||
|
||||
declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
MultiSelect: DefineComponent<MultiSelectProps, MultiSelectSlots, MultiSelectEmits>;
|
||||
MultiSelect: DefineComponent<MultiSelectProps, MultiSelectSlots, MultiSelectEmits, MultiSelectMethods>;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue