IRemove

type IRemove = (id: string) => void;

Usage

import {IRemove} from 'uxp/components';

Last updated