Chip表示オプション

interface ChipDisplayOptions {
    chipColor: string;
    label: undefined | string;
    value: string | boolean;
}

Properties

Properties

chipColor: string

Chipカラー

label: undefined | string

表示名

value: string | boolean