UNPKG
@renderx-plugins/library-component
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
0.1.0-rc.6
0.1.0-rc.5
0.1.0-rc.4
0.1.0-rc.3
0.1.0-rc.2
0.1.0-rc.1
0.1.0-rc.0
Runtime for Library-Component drag/drop sequences (externalized).
@renderx-plugins/library-component
/
dist
/
index.d.ts
11 lines
(8 loc)
•
279 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
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 };