Skip to content

Commit 59d0f52

Browse files
committed
fix ts role prop
1 parent a506e92 commit 59d0f52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Menu.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ export interface MenuProps {
4747
itemIcon?: RenderIconType;
4848
expandIcon?: RenderIconType;
4949
overflowedIndicator?: React.ReactNode;
50+
role?: string;
5051

5152
/** Menu motion define */
5253
motion?: MotionType;

0 commit comments

Comments
 (0)