TMenuItem: {
disabled?: boolean;
id: string;
label: string;
type: "button" | "checkbox" | "select" | "list" | "colors";
}
Type declaration
Optional
disabled?: boolean
id: string
label: string
type: "button" | "checkbox" | "select" | "list" | "colors"