UNPKG

docx

Version:

Generate .docx documents with JavaScript (formerly Office-Clippy)

10 lines (9 loc) 296 B
import { XmlAttributeComponent } from "../../file/xml-components"; export interface IContentTypeAttributes { xmlns?: string; } export declare class ContentTypeAttributes extends XmlAttributeComponent<IContentTypeAttributes> { protected xmlKeys: { xmlns: string; }; }