UNPKG

128 BTypeScriptView Raw
1import type { DependencyList } from 'react';
2export default function useCreation<T>(factory: () => T, deps: DependencyList): T;