UNPKG

antd-mini

Version:

antd-mini 是支付宝小程序 UI 组件库,遵循 Ant Design 规范。

28 lines (27 loc) 530 B
export var ModalDefaultProps = { visible: false, maskClosable: true, closable: true, duration: 200, animation: true, zIndex: 998, }; export var ModalFunctionalProps = { bodyClassName: '', bodyStyle: '', maskClassName: '', maskStyle: '', maskClosable: true, closable: true, duration: 200, animation: true, zIndex: 998, title: '', content: '', visible: false, destroyOnClose: false, footer: { buttons: [], layout: 'vertical', }, };