@rxflow/base
Version:
BaseFlow - 核心 Flow 组件库
11 lines • 379 B
TypeScript
/**
* @author: yanxianliang
* @date: 2025-07-26 08:27
* @modified:2025/7/26 08:27 by yanxianliang
* @desc: 获取 getState函数
*
* Copyright (c) 2025 by yanxianliang, All Rights Reserved.
*/
import { BaseStateType } from "../..";
export declare function useGetState<Store extends BaseStateType = BaseStateType>(): () => Store;
//# sourceMappingURL=useGetState.d.ts.map