Files
routie/frontend/node_modules/vuetify/lib/components/VSelect/useScrolling.d.ts
T

5 lines
278 B
TypeScript

import type { Ref } from 'vue';
import type { VList } from '../VList/index.js';
import type { VTextField } from '../VTextField/index.js';
export declare function useScrolling(listRef: Ref<VList | undefined>, textFieldRef: Ref<VTextField | undefined>): Record<string, Function>;