UNPKG

portalis-component

Version:

Component Library for Nuxt 3 using TailwindCSS

4 lines (3 loc) 233 B
import type { Ref } from 'vue-demi'; export declare function onStartTyping(model: Ref<string>, handler: () => void): void; export declare function onFinishTyping(model: Ref<string>, handler: () => void, debounceTime?: number): void;