Files
docx-js/build/src/file/app-properties/app-properties-attributes.d.ts
amitm02 d979ef3b40 commit
2018-07-23 10:31:48 +03:00

12 lines
333 B
TypeScript

import { XmlAttributeComponent } from "file/xml-components";
export interface IAppPropertiesAttributes {
xmlns: string;
vt: string;
}
export declare class AppPropertiesAttributes extends XmlAttributeComponent<IAppPropertiesAttributes> {
protected xmlKeys: {
xmlns: string;
vt: string;
};
}