IOption

Option interface for InfoCardGroupInput

Definition

interface IOption {
    label: string;
    value: string;
}

Usage

import { IOption } from 'uxp/components';

Last updated