From 6499e057af0c680ed162be564696066ad29edb46 Mon Sep 17 00:00:00 2001 From: Jonathan Ash Date: Mon, 14 Mar 2022 10:37:17 +0000 Subject: [PATCH] Generated api reports for packages/core-components Signed-off-by: Jonathan Ash --- packages/core-components/api-report.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/core-components/api-report.md b/packages/core-components/api-report.md index a8c51b6913..2eae1d4904 100644 --- a/packages/core-components/api-report.md +++ b/packages/core-components/api-report.md @@ -1001,6 +1001,8 @@ export type SidebarPinStateContextType = { export type SidebarProps = { openDelayMs?: number; closeDelayMs?: number; + sidebarOptions?: SidebarOptions; + submenuOptions?: SubmenuOptions; disableExpandOnHover?: boolean; children?: React_2.ReactNode; }; @@ -1450,4 +1452,6 @@ export type WarningPanelClassKey = // src/components/TabbedLayout/RoutedTabs.d.ts:9:5 - (ae-forgotten-export) The symbol "SubRoute" needs to be exported by the entry point index.d.ts // src/components/Table/Table.d.ts:20:5 - (ae-forgotten-export) The symbol "SelectedFilters" needs to be exported by the entry point index.d.ts // src/layout/ErrorBoundary/ErrorBoundary.d.ts:8:5 - (ae-forgotten-export) The symbol "SlackChannel" needs to be exported by the entry point index.d.ts +// src/layout/Sidebar/Bar.d.ts:9:5 - (ae-forgotten-export) The symbol "SidebarOptions" needs to be exported by the entry point index.d.ts +// src/layout/Sidebar/Bar.d.ts:10:5 - (ae-forgotten-export) The symbol "SubmenuOptions" needs to be exported by the entry point index.d.ts ```