UNPKG

@renderx-plugins/library-component

Version:

Runtime for Library-Component drag/drop sequences (externalized).

11 lines (8 loc) 279 B
declare const mergedHandlers: { onDragStart: (data: any) => { started: boolean; }; publishCreateRequested: (data: any, ctx: any) => Promise<void>; }; declare function register(conductor: any): Promise<void>; export { mergedHandlers as handlers, register };