Perseus
    Preparing search index...
    interface RendererInterface {
        props: any;
        blur(): void;
        focus(): boolean | null | undefined;
        getSerializedState(): any;
    }
    Index

    Properties

    props: any

    Methods