IOption
Definition
interface IOption {
label: string;
value: string;
}Usage
import { IOption } from 'uxp/components';Last updated
interface IOption {
label: string;
value: string;
}import { IOption } from 'uxp/components';Last updated