Files
FreeERP.Applet/miniprogram/miniprogram_npm/tdesign-miniprogram/swipe-cell/props.d.ts

4 lines
104 B
TypeScript
Raw Normal View History

2025-11-28 16:49:36 +08:00
import { TdSwipeCellProps } from './type';
declare const props: TdSwipeCellProps;
export default props;