Files
study-bible-project/node_modules/docx/dist/file/custom-properties/custom-properties-attributes.d.ts
T

11 lines
283 B
TypeScript

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