Change docx folder to more appropriate "file" folder
This commit is contained in:
8
src/file/paragraph/run/tab.ts
Normal file
8
src/file/paragraph/run/tab.ts
Normal file
@ -0,0 +1,8 @@
|
||||
import { XmlComponent } from "../../xml-components";
|
||||
|
||||
export class Tab extends XmlComponent {
|
||||
|
||||
constructor() {
|
||||
super("w:tab");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user