ThreePipe
    Preparing search index...

    Interface ComponentJSON

    interface ComponentJSON {
        state: Record<string, any>;
        type: string;
    }
    Index

    Properties

    Properties

    state: Record<string, any>
    type: string