UNPKG

tdesign-mobile-vue

Version:
18 lines (14 loc) 300 B
/** * tdesign v1.7.0 * (c) 2024 TDesign Group * @license MIT */ import { getCurrentInstance } from 'vue'; function useExpose(apis) { var instance = getCurrentInstance(); if (instance) { Object.assign(instance.proxy, apis); } } export { useExpose }; //# sourceMappingURL=index.js.map