tdesign-mobile-vue
Version:
tdesign-mobile-vue
18 lines (14 loc) • 300 B
JavaScript
/**
* 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