1
0
mirror of synced 2026-02-04 18:47:57 +08:00

style(editor,stage): 完善moveableOptions prop类型定义

This commit is contained in:
roymondchen
2025-07-04 14:25:05 +08:00
parent 5b7d2dd248
commit 4637c80125
6 changed files with 22 additions and 27 deletions

View File

@@ -675,7 +675,7 @@ const datasourceConfigs = {
- **默认值:** `{}`
- **类型:** ((config?: [CustomizeMoveableOptionsCallbackConfig](https://github.com/Tencent/tmagic-editor/blob/239b5d3efeae916a8cf3e3566d88063ecccc0553/packages/stage/src/types.ts#L97-L109)) => MoveableOptions) | [MoveableOptions](https://daybrush.com/moveable/release/latest/doc/)
- **类型:** ((config: [CustomizeMoveableOptionsCallbackConfig](https://github.com/Tencent/tmagic-editor/blob/239b5d3efeae916a8cf3e3566d88063ecccc0553/packages/stage/src/types.ts#L97-L109)) => MoveableOptions) | [MoveableOptions](https://daybrush.com/moveable/release/latest/doc/)
- **示例:**