type IRemove = (id: string) => void;
import {IRemove} from 'uxp/components';
Last updated 12 months ago