UNPKG

@coveord/plasma-mantine

Version:

A Plasma flavoured Mantine theme

6 lines 301 B
import { MouseEvent, MouseEventHandler } from 'react'; export declare const useClickWithLoading: (handler?: MouseEventHandler<HTMLButtonElement>) => { isLoading: boolean; handleClick: (event: MouseEvent<HTMLButtonElement>) => Promise<void>; }; //# sourceMappingURL=useClickWithLoading.d.ts.map