UNPKG

hightable

Version:

A dynamic windowed scrolling table component for react

5 lines (4 loc) 251 B
import { DataFrame } from '../index.js'; import { DataFrameV1 } from './dataframeV1.js'; export declare function convertV1ToDataFrame(data: DataFrameV1): DataFrame; export declare function convertV1ToUnsortableDataFrame(data: DataFrameV1): DataFrame;