frontend/.pnpm-store/v3/files/d2/57c2e0a6edf1b8ddadae289543c633f8ab65de8cfd64fcfb4d7c8de2437306a3cdcffca8f3211e81e301eb48c6bb698fb51171df5ac90c8738dc7ece5094e1

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;