UNPKG

@taro-hooks/ahooks

Version:
3 lines (2 loc) 130 B
import type { DependencyList } from '../type'; export default function useCreation<T>(factory: () => T, deps: DependencyList): T;