Initial ESlint conversion
This commit is contained in:
@ -35,7 +35,7 @@ export interface ITableOptions {
|
||||
}
|
||||
|
||||
export class Table extends XmlComponent {
|
||||
constructor({
|
||||
public constructor({
|
||||
rows,
|
||||
width,
|
||||
columnWidths = Array<number>(Math.max(...rows.map((row) => row.CellCount))).fill(100),
|
||||
|
Reference in New Issue
Block a user