/** * 通过代理对象,实现直接赋值更新数据状态 * @param initialState */ export declare function useProxy(initialState: S | (() => S)): S;