alignTableData.d.ts 138 B

12
  1. import type { BaseConfig, Row } from './types/internal';
  2. export declare const alignTableData: (rows: Row[], config: BaseConfig) => Row[];