UNPKG

lexical-vue

Version:

An extensible Vue 3 web text-editor based on Lexical.

6 lines (5 loc) 167 B
import type { WatchOptionsBase } from 'vue'; /** * @internal */ export declare function useEffect(cb: () => ((() => any) | void), options?: WatchOptionsBase): void;