UNPKG

vant

Version:

Mobile UI Components built on Vue

3 lines (2 loc) 150 B
import { Ref } from 'vue'; export declare function useVisibilityChange(target: Ref<Element | undefined>, onChange: (visible: boolean) => void): void;