Sylvain Filoni
update gradio client
9ada4bc
raw
history blame
175 Bytes
import type { InquirerReadline } from './read-line.type.mjs';
export declare function useEffect(cb: (rl: InquirerReadline) => void | (() => void), depArray: unknown[]): void;