interface DispatchProp<A> {
    dispatch: Dispatch<A>;
}

Type Parameters

Properties

Properties

dispatch: Dispatch<A>