The react hook for creating toasts
type ToastHook = () => IToastResult;
import {ToastHook} from 'uxp/components';
Last updated 12 months ago