Add footnote classes
This commit is contained in:
10
src/file/footnotes/footnote/run/seperator-run.ts
Normal file
10
src/file/footnotes/footnote/run/seperator-run.ts
Normal file
@ -0,0 +1,10 @@
|
||||
import { Run } from "file/paragraph";
|
||||
import { Seperator } from "./seperator";
|
||||
|
||||
export class SeperatorRun extends Run {
|
||||
constructor() {
|
||||
super();
|
||||
|
||||
this.root.push(new Seperator());
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user