Skip to content

Commit

Permalink
fix: popup.maskClick
Browse files Browse the repository at this point in the history
  • Loading branch information
linjinze999 committed Aug 29, 2024
1 parent 39f136f commit 517dcd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hippy_ui_react/src/components/Popup/PropsType.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export interface PopupProps {
/** 遮罩无障碍阅读文本 */
maskAccessibilityLabel?: string;
/** 点击蒙层事件 */
onMaskClick?: () => void | boolean;
onMaskClick?: (e?: any) => void | boolean;
/** 半屏完全展示通知 */
onShow?: () => void;
/** 是否使用动画 */
Expand Down

0 comments on commit 517dcd5

Please sign in to comment.