Update index.d.ts (#38099)

This commit is contained in:
kaatt 2019-09-05 23:44:22 +05:30 committed by Andrew Casey
parent 04b43c1748
commit 3e1d573493

View File

@ -44,6 +44,7 @@ export interface TableUserConfig {
border?: JoinStruct;
columnDefault?: ColumnConfig;
columnCount?: number;
singleLine?: boolean;
}
export function table(data: any[], userConfig?: TableUserConfig): string;