UNPKG

react-mammoth

Version:

mammoth for React

15 lines (14 loc) 352 B
declare global { interface Options { styleMap?: string | Array<string>; includeEmbeddedStyleMap?: boolean; includeDefaultStyleMap?: boolean; convertImage?: ImageConverter; ignoreEmptyParagraphs?: boolean; idPrefix?: string; } interface ImageConverter { __mammothBrand: "ImageConverter"; } } export {};