VirtualListComponent
type VirtualListComponent = DefineComponent<{
getItemKey?: (index) => string | number;
model: VirtualScroller;
}, {
}, {
}, {
}, {
}, ComponentOptionsMixin, ComponentOptionsMixin, {
}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<{
getItemKey?: (index) => string | number;
model: VirtualScroller;
}>, {
}, VirtualListSlots>;Stable public component type that does not depend on Vue patch internals.