UNPKG
@faakhir/headlamp-plugin
Version:
latest (0.11.5-dev)
0.11.5-dev
0.11.4-dev
The needed infrastructure for building Headlamp plugins.
@faakhir/headlamp-plugin
/
lib
/
components
/
resourceMap
/
nodes
/
KubeObjectNode.d.ts
3 lines
(2 loc)
•
197 B
TypeScript
View Raw
1
2
3
import
{
NodeProps
}
from
'@xyflow/react'
;
export
declare
const
KubeObjectNodeComponent
:
import
(
"react"
).
MemoExoticComponent
<
(
{ id }:
NodeProps
) =>
import
(
"react/jsx-runtime"
).
JSX
.
Element
|
null
>;