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
/
Sidebar
/
index.d.ts
8 lines
(7 loc)
•
280 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
*
from
'./Sidebar'
;
import
Sidebar
from
'./Sidebar'
;
import
{
SidebarItemProps
}
from
'./SidebarItem'
;
import
{
SidebarEntry
}
from
'./sidebarSlice'
;
export
default
Sidebar
;
export
type
{
SidebarEntry
as
SidebarEntryProps
,
SidebarItemProps
};
export
type
{
SidebarEntry
};