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