UNPKG

@vuesax-alpha/nightly

Version:
10 lines (9 loc) 307 B
import type { Ref } from 'vue'; import type { InputProps } from '../input'; export declare const useInputClearable: (props: InputProps, { hovering, focused, }: { hovering: Ref<boolean>; focused: Ref<boolean>; }) => { clear: () => void; showClear: import("vue").ComputedRef<boolean | "">; };