UNPKG
@dooboostore/dom-render
Version:
latest (1.0.114)
1.0.114
1.0.113
1.0.112
1.0.111
1.0.110
1.0.109
1.0.108
1.0.107
1.0.106
1.0.105
1.0.104
1.0.103
1.0.102
1.0.100
1.0.99
1.0.98
html view template engine
github.com/dooboostore-develop/packages
dooboostore-develop/packages
@dooboostore/dom-render
/
lifecycle
/
dr-this
/
OnDrThisUnBind.d.ts
5 lines
•
184 B
TypeScript
View Raw
1
2
3
4
5
export
interface
OnDrThisUnBind
{
onDrThisUnBind
():
void
; }
export
declare
const
isOnDrThisUnBind
:
(
obj
:
any
) =>
obj is
OnDrThisUnBind
;
//# sourceMappingURL=OnDrThisUnBind.d.ts.map