8 lines
220 B
Plaintext
8 lines
220 B
Plaintext
import Tabular from '../tabular';
|
|
import { TCell } from '../types';
|
|
export default function (
|
|
keyword: string,
|
|
tabular: Tabular,
|
|
selector?: (cell: TCell, rowIndex: number, cellIndex: number) => string,
|
|
): Tabular;
|