infinite-craft / src /components /interfaces.ts
ThongAccount
aswdsd
730b0a8
Raw
History Blame Contribute Delete
141 Bytes
export interface DragItem {
type: string
id: string
top: number|null
left: number|null
emoji: string
title: string
}