A simple callback function
type ICallback = () => void;
import { ICallback } from 'uxp/components';
Last updated 1 month ago