Fix API report
Signed-off-by: Gaurav Pandey <36168816+grvpandey11@users.noreply.github.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user