UNPKG

ahooks

Version:
4 lines (3 loc) 150 B
import type { DependencyList } from 'react'; declare const useCreation: <T>(factory: () => T, deps: DependencyList) => T; export default useCreation;