Interface SimpleColumnMenuItemOption

interface SimpleColumnMenuItemOption {
    label: string;
    value: any;
}

Properties

Properties

label: string
value: any