| Current Path : /home/emeraadmin/www/node_modules/dnd-core/lib/ |
| Current File : /home/emeraadmin/www/node_modules/dnd-core/lib/contracts.d.ts |
import { DragSource, DropTarget, Identifier } from './interfaces';
export declare function validateSourceContract(source: DragSource): void;
export declare function validateTargetContract(target: DropTarget): void;
export declare function validateType(type: Identifier | Identifier[], allowArray?: boolean): void;