ThongCoding's picture
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
}