UNPKG

phx-react

Version:

PHX REACT

3 lines (2 loc) 182 B
import React from 'react'; export declare function useDisableClick(disabled?: boolean, handleClick?: () => void): ((event: React.MouseEvent<HTMLButtonElement>) => void) | undefined;