UNPKG

react-select-table

Version:
10 lines (9 loc) 250 B
export default ScrollingContainer; /** * Child of {@link Components.Root}. * Handles drag selection and column resizing * * @name Components.ScrollingContainer * @type {React.FC} */ declare function ScrollingContainer(props: any): JSX.Element;