UNPKG

hightable

Version:

A dynamic windowed scrolling table component for react

3 lines (2 loc) 166 B
import type { HighTableProps } from '../../types.js'; export default function HighTable({ data, ...props }: HighTableProps): import("react/jsx-runtime").JSX.Element;