UNPKG

@ichooss/xflow

Version:

[English (US)](README.md) | 简体中文

8 lines 266 B
import { Transform as T } from '@antv/x6-plugin-transform'; type IProps = { resizing?: T.Options['resizing']; rotating?: T.Options['rotating']; }; declare const Transform: (props: IProps) => null; export { Transform }; //# sourceMappingURL=Transform.d.ts.map