modified git ignore
This commit is contained in:
4
build/file/paragraph/run/text-run.d.ts
vendored
Normal file
4
build/file/paragraph/run/text-run.d.ts
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
import { Run } from "../run";
|
||||
export declare class TextRun extends Run {
|
||||
constructor(text: string);
|
||||
}
|
Reference in New Issue
Block a user