/ cloudformation-templates / node_modules / aws-cdk / node_modules / table / dist / alignTableData.d.ts
alignTableData.d.ts
1 import type { BaseConfig, Row } from './types/internal'; 2 export declare const alignTableData: (rows: Row[], config: BaseConfig) => Row[];