UNPKG

293 BTypeScriptView Raw
1import Tabular from '../tabular';
2import { OneDArray, TCell, TColumn } from '../types';
3export default function (keyword: string, columns: OneDArray<TColumn>, ignoreHiddenColumns: boolean, tabular: Tabular, selector?: (cell: TCell, rowIndex: number, cellIndex: number) => string): Tabular;