Spaces:
Paused
Paused
| export interface DragItem { | |
| type: string | |
| id: string | |
| top: number|null | |
| left: number|null | |
| emoji: string | |
| title: string | |
| } | |
| export interface DragItem { | |
| type: string | |
| id: string | |
| top: number|null | |
| left: number|null | |
| emoji: string | |
| title: string | |
| } | |