ThreePipe
    Preparing search index...

    Interface StatePropConfig<T>

    interface StatePropConfig<T = any> {
        default?: T;
        key: string;
        label?: string;
        type?: TypedType;
    }

    Type Parameters

    • T = any
    Index

    Properties

    default?: T
    key: string
    label?: string
    type?: TypedType