Trilium Frontend API
    Preparing search index...

    Type Alias ComponentChild

    ComponentChild:
        | VNode<any>
        | object
        | string
        | number
        | bigint
        | boolean
        | null
        | undefined