modified git ignore
This commit is contained in:
6
build/file/drawing/inline/extent/extent.d.ts
vendored
Normal file
6
build/file/drawing/inline/extent/extent.d.ts
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
import { XmlComponent } from "../../../../file/xml-components";
|
||||
export declare class Extent extends XmlComponent {
|
||||
private attributes;
|
||||
constructor(x: number, y: number);
|
||||
setXY(x: number, y: number): void;
|
||||
}
|
Reference in New Issue
Block a user