packages/core: export sidebar context type

This commit is contained in:
Patrik Oldsberg
2020-05-18 12:39:30 +02:00
parent 33c412d961
commit 1362820792
+1 -1
View File
@@ -40,7 +40,7 @@ export const sidebarConfig = {
export const SIDEBAR_INTRO_LOCAL_STORAGE =
'@backstage/core/sidebar-intro-dismissed';
type SidebarContextType = {
export type SidebarContextType = {
isOpen: boolean;
};