modified git ignore
This commit is contained in:
11
build/file/drawing/inline/graphic-frame/graphic-frame-locks/graphic-frame-lock-attributes.d.ts
vendored
Normal file
11
build/file/drawing/inline/graphic-frame/graphic-frame-locks/graphic-frame-lock-attributes.d.ts
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
import { XmlAttributeComponent } from "../../../../../file/xml-components";
|
||||
export interface IGraphicFrameLockAttributes {
|
||||
xmlns?: string;
|
||||
noChangeAspect?: number;
|
||||
}
|
||||
export declare class GraphicFrameLockAttributes extends XmlAttributeComponent<IGraphicFrameLockAttributes> {
|
||||
protected xmlKeys: {
|
||||
xmlns: string;
|
||||
noChangeAspect: string;
|
||||
};
|
||||
}
|
4
build/file/drawing/inline/graphic-frame/graphic-frame-locks/graphic-frame-locks.d.ts
vendored
Normal file
4
build/file/drawing/inline/graphic-frame/graphic-frame-locks/graphic-frame-locks.d.ts
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
import { XmlComponent } from "../../../../../file/xml-components";
|
||||
export declare class GraphicFrameLocks extends XmlComponent {
|
||||
constructor();
|
||||
}
|
Reference in New Issue
Block a user