Trilium Frontend API
    Preparing search index...

    Type Alias DOMCSSProperties

    DOMCSSProperties: {
        [key in keyof Omit<
            CSSStyleDeclaration,
            | "item"
            | "setProperty"
            | "removeProperty"
            | "getPropertyValue"
            | "getPropertyPriority",
        >]?: string
        | number
        | null
    }

    Please import from the Preact namespace instead