UNPKG
vue-tree-polyfill
Version:
latest (4.1.1)
4.1.1
A vue tree component using virtual list.
github.com/wsfe/vue-tree
vue-tree-polyfill
/
types
/
hooks
/
useIframeResize.d.ts
2 lines
(1 loc)
•
77 B
TypeScript
View Raw
1
2
export
declare
const
useIframeResize
:
(
resizeCallback
: () =>
void
) =>
void
;