Files
copilot-toolbox-sdfdsfds/node_modules/rc-picker/lib/PickerPanel/TimePanel/TimePanelBody/useScrollTo.d.ts
2026-01-16 01:51:36 +00:00

3 lines
218 B
TypeScript

import * as React from 'react';
export default function useScrollTo(ulRef: React.RefObject<HTMLUListElement>, value: number | string): [syncScroll: VoidFunction, clearScroll: VoidFunction, isScrolling: () => boolean];