UNPKG

tdesign-mobile-vue

Version:
5 lines (4 loc) 233 B
import { Ref } from 'vue'; import { AttachNode } from '../common'; declare const useTeleport: (attach: (() => AttachNode) | Ref<AttachNode>, triggerNode?: (() => any) | Ref<any>) => Ref<string | Element>; export default useTeleport;