Files
docx-js/build/file/drawing/inline/graphic-frame/graphic-frame-locks/graphic-frame-locks.d.ts
2018-04-02 14:37:54 +03:00

5 lines
154 B
TypeScript

import { XmlComponent } from "../../../../../file/xml-components";
export declare class GraphicFrameLocks extends XmlComponent {
constructor();
}