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