ResizeParams
ResizeParams 类型用于键入 <NodeResizer /> 组件触发的各种事件。有时你还会看到此类型扩展了附加方向字段。
¥The ResizeParams type is used to type the various events that are emitted by the
<NodeResizer /> component. You’ll sometimes see this type extended with an additional
direction field too.
字段
¥Fields
| Name | Type | Default |
|---|---|---|
x | number | |
y | number | |
width | number | |
height | number |
Last updated on