import NovaVirtualSelect from '../src/virtual-select.vue'; export type CustomElement = { scrollHandler: () => void; } & HTMLElement; export type NovaVirtualSelectInstance = InstanceType;