clean up initial table attempt (linter, interfaces, etc.)
This commit is contained in:
@ -2,4 +2,4 @@ export { Document } from "./document";
|
||||
export { Paragraph } from "./paragraph";
|
||||
export { Run } from "./run";
|
||||
export { TextRun } from "./run/text-run";
|
||||
export { Table } from './table';
|
||||
export { Table } from "./table";
|
||||
|
Reference in New Issue
Block a user