more sane width management

This commit is contained in:
felipe
2017-03-10 18:54:35 +01:00
parent 7b6f5bbaef
commit 62a238de84
3 changed files with 37 additions and 9 deletions

View File

@ -1,6 +1,6 @@
import { XmlAttributeComponent, XmlComponent } from "../xml-components";
type widthTypes = "dxa" | "pct" | "nil" | "auto";
export type widthTypes = "dxa" | "pct" | "nil" | "auto";
export class TableProperties extends XmlComponent {
constructor() {