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
/
gateway
/
utils.d.ts
5 lines
(4 loc)
•
208 B
TypeScript
View Raw
1
2
3
4
5
import
{
GatewayParentReference
}
from
'../../lib/k8s/gateway'
;
export
declare
function
GatewayParentRefSection
(
props: { parentRefs: GatewayParentReference[]; }
):
import
(
"react/jsx-runtime"
).
JSX
.
Element
;