Renamed titlepage to title-page

This commit is contained in:
Tyler Bell
2018-05-17 11:54:13 -06:00
parent 6c2eb882bb
commit 0fedfcf709
3 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import { PageMargin } from "./page-margin/page-margin";
import { IPageMarginAttributes } from "./page-margin/page-margin-attributes";
import { PageSize } from "./page-size/page-size";
import { IPageSizeAttributes } from "./page-size/page-size-attributes";
import { TitlePage } from "./titlepage/titlepage";
import { TitlePage } from "./title-page/title-page";
export type SectionPropertiesOptions = IPageSizeAttributes & IPageMarginAttributes & IColumnsAttributes & IDocGridAttributesProperties;