UNPKG

@headlessui/vue

Version:

A set of completely unstyled, fully accessible UI components for Vue 3, designed to integrate beautifully with Tailwind CSS.

2 lines (1 loc) 111 B
export declare function reportChanges<TType>(key: () => TType, onChange: (value: TType) => void): () => void;