Files
docx-js/build/file/app-properties/app-properties-attributes.d.ts

12 lines
339 B
TypeScript
Raw Normal View History

2018-04-02 14:37:54 +03:00
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;
};
}