docx
Version:
Easily generate .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.
11 lines (10 loc) • 356 B
TypeScript
import { XmlAttributeComponent } from "../../../../../../../../../file/xml-components";
export declare class PicLocksAttributes extends XmlAttributeComponent<{
readonly noChangeAspect?: number;
readonly noChangeArrowheads?: number;
}> {
protected readonly xmlKeys: {
noChangeAspect: string;
noChangeArrowheads: string;
};
}