@yamlresume/playground
    Preparing search index...

    Interface DocxViewerProps

    Props for the DocxViewer component.

    interface DocxViewerProps {
        content: Uint8Array<ArrayBufferLike>;
    }
    Index
    content: Uint8Array<ArrayBufferLike>

    The DOCX binary content to render.