@arco-design/web-vue
Version:
Arco Design Vue 2.0: A Vue.js 3 UI Library
6 lines (5 loc) • 724 B
TypeScript
import { ComponentPublicInstance } from 'vue';
export declare const useComponentRef: (name: string) => {
componentRef: import("vue").Ref<HTMLElement | ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | undefined, HTMLElement | ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | undefined>;
elementRef: import("vue").Ref<any, any>;
};