UNPKG

dnd-core

Version:

Drag and drop sans the GUI

3 lines (2 loc) 180 B
import type { Identifier } from '../interfaces.js'; export declare function matchesType(targetType: Identifier | Identifier[] | null, draggedItemType: Identifier | null): boolean;