UNPKG

hightable

Version:

A dynamic windowed scrolling table component for react

7 lines (6 loc) 187 B
interface Props { /** Child components */ children?: React.ReactNode; } export default function Scroller({ children }: Props): import("react/jsx-runtime").JSX.Element; export {};