CompatConfig: Partial<Record<DeprecationTypes$1, boolean | "suppress-warning">> & {
    MODE?: 2 | 3 | ((comp: Component | null) => 2 | 3);
}

Type declaration

  • Optional MODE?: 2 | 3 | ((comp: Component | null) => 2 | 3)