Spaces:
Paused
Paused
File size: 141 Bytes
730b0a8 |
1 2 3 4 5 6 7 8 9 |
export interface DragItem {
type: string
id: string
top: number|null
left: number|null
emoji: string
title: string
}
|