interface IStoreContext<T> {
    useStore: IUseStore<T>;
}

Type Parameters

  • T = any

Properties

Properties

useStore: IUseStore<T>