Skip to content

Commit

Permalink
Create AppLayoutDocs.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot committed Aug 13, 2024
1 parent ca29342 commit 5602fb4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/src/modules/components/AppLayoutDocs.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
export interface AppLayoutDocsProps {
BannerComponent: React.ElementType;
cardOptions: {
description: string;
title: string;
};
children: React.ReactNode;
description: string;
disableAd: boolean;
disableLayout: boolean;
disableToc: boolean;
hasTabs: boolean;
location: string;
title: string;
toc: any[];
}

export default React.ComponentType<AppLayoutDocsProps>;

0 comments on commit 5602fb4

Please sign in to comment.