diff --git a/plugins/home/api-report.md b/plugins/home/api-report.md index 34e81dce1b..5442714430 100644 --- a/plugins/home/api-report.md +++ b/plugins/home/api-report.md @@ -44,7 +44,7 @@ export type ClockConfig = { export const ComponentAccordion: (props: { title: string; expanded?: boolean | undefined; - Content: () => JSX.Element /** @public */; + Content: () => JSX.Element; Actions?: (() => JSX.Element) | undefined; Settings?: (() => JSX.Element) | undefined; ContextProvider?: ((props: any) => JSX.Element) | undefined;