starting table of contents

This commit is contained in:
Sergio Mendonça
2018-08-21 07:19:46 -03:00
parent a777842f9d
commit d5b6225a90
3 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1 @@
export * from "./table-of-contents";

View File

@ -0,0 +1,3 @@
import { XmlComponent } from "file/xml-components";
export class TableOfContentsProperties extends XmlComponent {}

View File

@ -0,0 +1,3 @@
import { XmlComponent } from "file/xml-components";
export class TableOfContents extends XmlComponent {}