mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
fix(table): Add "columnCount" property to "TableUserConfig" interface
This commit is contained in:
Vendored
+1
@@ -42,6 +42,7 @@ export interface TableUserConfig {
|
||||
drawJoin?(index: number, size: number): boolean;
|
||||
border?: JoinStruct;
|
||||
columnDefault?: ColumnConfig;
|
||||
columnCount?: number;
|
||||
}
|
||||
|
||||
export function table(data: any[], userConfig?: TableUserConfig): string;
|
||||
|
||||
Reference in New Issue
Block a user