UNPKG

@bytedance/mona-client-web

Version:

web for mona

9 lines (8 loc) 204 B
import React from 'react'; interface IProps { visible: boolean; onConfirm: (e: any) => any; onCancel: (e: any) => any; } declare const PickerMask: React.FC<IProps>; export default PickerMask;