ecspresso
    Preparing search index...

    Interface InputResourceTypes<A>

    interface InputResourceTypes<A extends string = string> {
        inputState: InputState<A>;
    }

    Type Parameters

    • A extends string = string
    Index

    Properties

    Properties

    inputState: InputState<A>