@yamlresume/playground
    Preparing search index...

    Interface HtmlViewerProps

    Props for the HtmlViewer component.

    interface HtmlViewerProps {
        content: string;
    }
    Index

    Properties

    Properties

    content: string

    The HTML content to render.