react-bindings
    Preparing search index...

    Type Alias InferBindingGetType<BindingT>

    InferBindingGetType: BindingT extends ReadonlyBinding<infer GetType>
        ? GetType
        : never

    Infers the stored value type from a binding type

    Type Parameters

    • BindingT