We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3ae269 commit 847f3e9Copy full SHA for 847f3e9
1 file changed
src/interface.ts
@@ -33,6 +33,7 @@ export interface SubMenuType extends ItemSharedProps {
33
popupClassName?: string;
34
popupOffset?: number[];
35
popupStyle?: React.CSSProperties;
36
+ popupRender?: PopupRender;
37
38
// >>>>> Events
39
onClick?: MenuClickEventHandler;
0 commit comments