@ray-js/smart-ui
Version:
轻量、可靠的智能小程序 UI 组件库
6 lines (5 loc) • 398 B
TypeScript
/// <reference types="react" />
import type { SmartSwipeCell } from './PropTypes';
declare const SwipeCell: import("react").FC<SmartSwipeCell>;
export { SwipeCell };
export { SmartSwipeCell, SmartSwipeCellEvents, SmartSwipeCellProps, SmartSwipeCellBaseEventDetail, SmartSwipeCellPosition, SmartSwipeCellClickEvent, SmartSwipeCellClickPosition, SmartSwipeCellCloseEventDetail, } from './PropTypes';