/** * Create immutable function ref */ declare const useHandler: any>(handler: T) => T; export default useHandler;