UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

5 lines (4 loc) 227 B
import * as React from 'react'; /** Similar with `useEffect` but only trigger after mounted */ declare const useUpdatedEffect: (callback: () => void, conditions?: React.DependencyList) => void; export default useUpdatedEffect;