import { DependencyList } from 'react'; import { GeneralFunction } from '@asherng/common-types'; type UseUnmountEffect = (effect: GeneralFunction<[]>, deps?: DependencyList) => void; export { UseUnmountEffect };