UNPKG

@authup/client-web-kit

Version:

This package contains vue components.

3 lines 151 B
import type { Ref } from 'vue'; export declare function onChange<T>(input: Ref<T>, fn: (item: T) => any): void; //# sourceMappingURL=on-change.d.ts.map