UNPKG

tdesign-mobile-vue

Version:
9 lines (8 loc) 318 B
import _SwipeCell from './swipe-cell'; import { WithInstallType } from '../shared'; import { TdSwipeCellProps } from './type'; import './style'; export * from './type'; export declare type SwipeCellProps = TdSwipeCellProps; export declare const SwipeCell: WithInstallType<typeof _SwipeCell>; export default SwipeCell;