Fix missing icons and subtitle in mobile boost/quote menu (#36038)
This commit is contained in:
parent
65b4a0a6f1
commit
a5fbe2f5c1
11 changed files with 498 additions and 470 deletions
|
|
@ -1,7 +1,13 @@
|
|||
import type { KeyboardEvent, MouseEvent, TouchEvent } from 'react';
|
||||
|
||||
import type { IconProp } from '../components/icon';
|
||||
|
||||
interface BaseMenuItem {
|
||||
text: string;
|
||||
description?: string;
|
||||
icon?: IconProp;
|
||||
highlighted?: boolean;
|
||||
disabled?: boolean;
|
||||
dangerous?: boolean;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue