UNPKG

@ui5/webcomponents-react

Version:

React Wrapper for UI5 Web Components and additional components

3 lines (2 loc) 145 B
import type { MutableRefObject } from 'react'; export declare const useTableScrollHandles: (ref: any, dispatch: any) => MutableRefObject<any>[];