diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-04-15 22:20:09 +0200 | 
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-04-15 22:31:17 +0200 | 
| commit | edea15c845b33848b7b4f63616841e675b74d572 (patch) | |
| tree | 8b9d9bc0ae8db49b13c76e80a4ed2d3e3a247573 /src/components/molecules/layout | |
| parent | 52295600772281d83885a49f57d5d2092fcc8397 (diff) | |
chore: add an Overview component
Diffstat (limited to 'src/components/molecules/layout')
| -rw-r--r-- | src/components/molecules/layout/meta.tsx | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/src/components/molecules/layout/meta.tsx b/src/components/molecules/layout/meta.tsx index ace6f89..218ebd9 100644 --- a/src/components/molecules/layout/meta.tsx +++ b/src/components/molecules/layout/meta.tsx @@ -32,6 +32,10 @@ export type MetaProps = {     * The meta layout.     */    layout?: DescriptionListProps['layout']; +  /** +   * Determine if the layout should be responsive. +   */ +  responsiveLayout?: DescriptionListProps['responsiveLayout'];  };  /** | 
