mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Update index.d.ts (#38099)
This commit is contained in:
parent
04b43c1748
commit
3e1d573493
1
types/table/index.d.ts
vendored
1
types/table/index.d.ts
vendored
@ -44,6 +44,7 @@ export interface TableUserConfig {
|
||||
border?: JoinStruct;
|
||||
columnDefault?: ColumnConfig;
|
||||
columnCount?: number;
|
||||
singleLine?: boolean;
|
||||
}
|
||||
|
||||
export function table(data: any[], userConfig?: TableUserConfig): string;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user