1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Switch to non deprecated prop type

Signed-off-by: Janne Savolainen <janne.savolainen@houston-inc.com>
This commit is contained in:
Janne Savolainen 2021-11-08 07:54:32 +02:00 committed by Janne Savolainen
parent bc3a8794cc
commit fbeac80fbc

View File

@ -29,7 +29,7 @@ import type { KubeObjectMenuDependencies } from "../kube-object-menu";
import type { KubeObject } from "../../../../common/k8s-api/kube-object"; import type { KubeObject } from "../../../../common/k8s-api/kube-object";
interface Props { interface Props {
Component: React.ReactType<any> Component: React.ElementType<any>
[key: string]: any, [key: string]: any,
} }