Skip to content

Commit 847f3e9

Browse files
committed
fix: add popupRender to SubMenuType
1 parent a3ae269 commit 847f3e9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/interface.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export interface SubMenuType extends ItemSharedProps {
3333
popupClassName?: string;
3434
popupOffset?: number[];
3535
popupStyle?: React.CSSProperties;
36+
popupRender?: PopupRender;
3637

3738
// >>>>> Events
3839
onClick?: MenuClickEventHandler;

0 commit comments

Comments
 (0)