type IToast = (content: string | IPartialContent) => void;
import {IToast} from 'uxp/components';
Last updated 1 year ago