interface Instance {
    hide: (() => void);
    show: ((opts: Opts) => void);
}

Properties

Properties

hide: (() => void)
show: ((opts: Opts) => void)