import { DragDropManager, DragSource, Unsubscribe } from '@~sunsimiao/cj-dnd-core'; export default function registerSource(type: string, source: DragSource, manager: DragDropManager): { handlerId: string; unregister: Unsubscribe; };