Trilium Frontend API
    Preparing search index...

    Type Alias RenderableProps<P, RefType>

    RenderableProps: P & Readonly<
        Attributes & { children?: ComponentChildren; ref?: Ref<RefType> },
    >

    Type Parameters

    • P
    • RefType = any