import type { ComputedRef, Ref } from 'vue'; import type { ValueTextConfig } from './useValueTexts'; export default function useHoverValue(valueText: Ref, { formatList, generateConfig, locale }: ValueTextConfig): [ComputedRef, (date: DateType) => void, (immediately?: boolean) => void];