mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
[table] adds missing wrapWord property (#36681)
see: https://github.com/gajus/table/blob/master/src/schemas/config.json#L44
This commit is contained in:
parent
bced412226
commit
59a57e00d8
5
types/table/index.d.ts
vendored
5
types/table/index.d.ts
vendored
@ -8,10 +8,11 @@ export type BorderType = 'honeywell' | 'norc' | 'ramac' | 'void';
|
||||
|
||||
export interface ColumnConfig {
|
||||
alignment?: 'left' | 'center' | 'right';
|
||||
width?: number;
|
||||
truncate?: number;
|
||||
paddingLeft?: number;
|
||||
paddingRight?: number;
|
||||
truncate?: number;
|
||||
width?: number;
|
||||
wrapWord?: boolean;
|
||||
}
|
||||
|
||||
export interface JoinStruct {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user