UNPKG

antd-mobile

Version:

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

7 lines (6 loc) 132 B
export interface Props { name?: string; maskClosable?: boolean; } declare let ActionSheet: any; export default ActionSheet;