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

Properties

Properties

hide: (() => void)

Type declaration

    • (): void
    • Returns void

show: ((opts) => void)

Type declaration

    • (opts): void
    • Parameters

      • opts: Opts

      Returns void

Generated using TypeDoc