tdesign-mobile-vue
Version:
tdesign-mobile-vue
9 lines (8 loc) • 318 B
TypeScript
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;