ThreePipe
    Preparing search index...

    Interface ComponentDefn

    interface ComponentDefn {
        ComponentType: string;
        StateProperties?: (string | StatePropConfig<any>)[];
    }
    Index

    Properties

    ComponentType: string
    StateProperties?: (string | StatePropConfig<any>)[]