9 lines
425 B
TypeScript
9 lines
425 B
TypeScript
declare const __VLS_export: import("vue").DefineComponent<{}, {
|
|
/**
|
|
* @description Arrow element
|
|
*/
|
|
arrowRef: import("vue").Ref<HTMLElement | undefined>;
|
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
declare const _default: typeof __VLS_export;
|
|
export default _default;
|