UNPKG

@magic_npm/simple-tools

Version:

`simple-tools` is a simple set of tools

9 lines 263 B
import type { UseDataModel } from './types'; /** * 数据声明hook * @param func - 返回初始数据的函数 * @returns [数据模型, 数据更新函数] */ declare const useData: UseDataModel; export default useData; //# sourceMappingURL=useData.d.ts.map