IRemoveFunction

Definition

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

Usage

import { IRemoveFunction } from 'uxp/components';

Last updated