interface State<T extends StateDictionary = StateDictionary> {
    state: T;
}

Type Parameters

Properties

Properties

state: T