12 lines
456 B
TypeScript
Executable File
12 lines
456 B
TypeScript
Executable File
import * as vue from "vue";
|
|
|
|
//#region ../../packages/components/popper/src/arrow.vue.d.ts
|
|
declare const __VLS_export: vue.DefineComponent<{}, {
|
|
/**
|
|
* @description Arrow element
|
|
*/
|
|
arrowRef: vue.Ref<HTMLElement | undefined>;
|
|
}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{}>>, {}, {}>;
|
|
declare const _default: typeof __VLS_export;
|
|
//#endregion
|
|
export { _default }; |