Trilium Frontend API
    Preparing search index...

    Interface FunctionComponent<P>

    interface FunctionComponent<P = {}> {
        defaultProps?: Partial<P>;
        displayName?: string;
        (props: RenderableProps<P>, context?: any): ComponentChildren;
    }

    Type Parameters

    • P = {}

    Hierarchy (View Summary)

    Index

    Properties

    defaultProps?: Partial<P>
    displayName?: string