Trilium Frontend API
    Preparing search index...

    Interface PreactDOMAttributes

    interface PreactDOMAttributes {
        children?: ComponentChildren;
        dangerouslySetInnerHTML?: { __html: string };
    }

    Hierarchy (View Summary)

    Index

    Properties

    dangerouslySetInnerHTML?: { __html: string }