UNPKG

cm-react-indiana-drag-scroll

Version:
5 lines (4 loc) 255 B
import { ScrollContainerCustomizedProps, ScrollContainerDefaultProps } from '../types'; export declare function useScrollContainer<Options>(props?: ScrollContainerCustomizedProps<Options> | ScrollContainerDefaultProps): { ref: (node: any) => void; };