Files
study-bible-project/node_modules/docx/dist/file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-lock-attributes.d.ts
T

11 lines
315 B
TypeScript

import { XmlAttributeComponent } from '../../../xml-components';
export declare class GraphicFrameLockAttributes extends XmlAttributeComponent<{
readonly xmlns?: string;
readonly noChangeAspect?: number;
}> {
protected readonly xmlKeys: {
xmlns: string;
noChangeAspect: string;
};
}