2 lines
138 B
TypeScript
Executable file
2 lines
138 B
TypeScript
Executable file
import type { BaseConfig, Row } from './types/internal';
|
|
export declare const alignTableData: (rows: Row[], config: BaseConfig) => Row[];
|