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:
parent
bc3a8794cc
commit
fbeac80fbc
@ -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,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user