Refactor #1451 - For Dropdown
parent
7cdef9dc17
commit
d128063d59
|
@ -1,4 +1,5 @@
|
|||
import { VNode } from 'vue';
|
||||
import { VirtualScrollerProps } from '../virtualscroller';
|
||||
|
||||
interface DropdownProps {
|
||||
modelValue?: any;
|
||||
|
@ -28,6 +29,7 @@ interface DropdownProps {
|
|||
panelClass?: string;
|
||||
loading?: boolean;
|
||||
loadingIcon?: string;
|
||||
virtualScrollerOptions?: VirtualScrollerProps;
|
||||
}
|
||||
|
||||
declare class Dropdown {
|
||||
|
|
Loading…
Reference in New Issue