芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/dnd-core/lib/actions/registry.d.ts
import { Action, SourceIdPayload, TargetIdPayload } from '../interfaces'; export declare const ADD_SOURCE = "dnd-core/ADD_SOURCE"; export declare const ADD_TARGET = "dnd-core/ADD_TARGET"; export declare const REMOVE_SOURCE = "dnd-core/REMOVE_SOURCE"; export declare const REMOVE_TARGET = "dnd-core/REMOVE_TARGET"; export declare function addSource(sourceId: string): Action
; export declare function addTarget(targetId: string): Action
; export declare function removeSource(sourceId: string): Action
; export declare function removeTarget(targetId: string): Action
;