UNPKG

antd-mobile

Version:

基于 React 的移动设计规范实现

10 lines (9 loc) 233 B
export interface PopupProps { style?: any; animationType?: string; maskClosable?: boolean; onMaskClose?: () => any; visible?: boolean; onAnimationEnd?: (visible: boolean) => void; } export default PopupProps;