Skip to content

Commit

Permalink
fix: README file (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
flops authored May 21, 2024
1 parent 1d2e44a commit 94ba429
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,9 +358,9 @@ interface DashKitDnDWrapperProps {
}
```

**dragImageSrc**: Drag image preview, by default used transparent 1px png base64
**onDragStart**: Callback called when element is dragged from ActionPanel
**onDragEnd**: Callback called when element dropped or drag canceled
- **dragImageSrc**: Drag image preview, by default used transparent 1px png base64
- **onDragStart**: Callback called when element is dragged from ActionPanel
- **onDragEnd**: Callback called when element dropped or drag canceled

```ts
type ItemDragProps = {
Expand Down

0 comments on commit 94ba429

Please sign in to comment.