starting table of contents
This commit is contained in:
1
src/file/table-of-contents/index.ts
Normal file
1
src/file/table-of-contents/index.ts
Normal file
@ -0,0 +1 @@
|
||||
export * from "./table-of-contents";
|
3
src/file/table-of-contents/properties.ts
Normal file
3
src/file/table-of-contents/properties.ts
Normal file
@ -0,0 +1,3 @@
|
||||
import { XmlComponent } from "file/xml-components";
|
||||
|
||||
export class TableOfContentsProperties extends XmlComponent {}
|
3
src/file/table-of-contents/table-of-contents.ts
Normal file
3
src/file/table-of-contents/table-of-contents.ts
Normal file
@ -0,0 +1,3 @@
|
||||
import { XmlComponent } from "file/xml-components";
|
||||
|
||||
export class TableOfContents extends XmlComponent {}
|
Reference in New Issue
Block a user