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
/
GroupNode.d.ts
4 lines
(3 loc)
•
152 B
TypeScript
View Raw
1
2
3
4
export
declare
const
GroupNodeComponent
:
import
(
"react"
).
MemoExoticComponent
<
(
{ id }: { id:
string
; }
) =>
import
(
"react/jsx-runtime"
).
JSX
.
Element
>;