This commit is contained in:
Manav Rathi
2024-11-29 17:20:54 +05:30
parent 52d5ab31aa
commit 33bda1a4a1

View File

@@ -33,7 +33,10 @@ interface OverflowMenuProps {
* Optional additional properties for the trigger icon button.
*/
triggerButtonProps?: Partial<IconButtonProps>;
// backgroundColor;
/**
* Optional additional properties for the MUI {@link Paper} that underlies
* the {@link Menu}.
*/
menuPaperProps?: Partial<PaperProps>;
}