import React from 'react'; import { SwipeActionProps, SwipeActionRef } from './type'; export * from './type'; /** * 滑动操作组件,左右滑动拉出菜单栏 * @en SwipeAction component, slide left and right to pull out the menu bar * @type 反馈 * @type_en FeedBack * @name 滑动操作 * @name_en SwipeAction */ declare const SwipeAction: React.ForwardRefExoticComponent>; export default SwipeAction;