Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

Type aliases

UnsafeModalClass

UnsafeModalClass: ComponentClass<any, Modal> & { component: typeof component; isDismissible: boolean }

Ideally, show would take a higher-kinded generic, ala: show<Attrs, C>(componentClass: C<Attrs>, attrs: Attrs): void Unfortunately, TypeScript does not support this: https://github.com/Microsoft/TypeScript/issues/1213 Therefore, we have to use this ugly, messy workaround.

Generated using TypeDoc version 0.22.10