Skip to content

Commit

Permalink
fix: Resizable props
Browse files Browse the repository at this point in the history
  • Loading branch information
rashagu committed Nov 25, 2024
1 parent df3bc57 commit ee91ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/zh-CN/basic/resizable/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ export default Demo

可通过 handleNode 设置不同方向的拖动元素节点,可通过 handleStyle,handleClassName 设置不同方向上的样式

```jsx
```tsx
type HandleNode = {
left: ReactNode,
right: ReactNode,
Expand Down

0 comments on commit ee91ae6

Please sign in to comment.