We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce930cb commit e83b335Copy full SHA for e83b335
components/layout.tsx
@@ -13,6 +13,12 @@ export const PageContainer: FC<React.PropsWithChildren<unknown>> = ({
13
return <div className={`vh-100 d-flex flex-column`}>{children}</div>
14
}
15
16
+/**
17
+ * Props for the Layout component.
18
+ *
19
+ * @property {string} [titleI18nKey] - The internationalization key for the title.
20
+ * This key must be defined in the `common.json` namespace.
21
+ */
22
export type LayoutProps = {
23
titleI18nKey?: string
24
0 commit comments