From edea15c845b33848b7b4f63616841e675b74d572 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Fri, 15 Apr 2022 22:20:09 +0200 Subject: chore: add an Overview component --- src/components/molecules/layout/meta.tsx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/components/molecules/layout') 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']; }; /** -- cgit v1.2.3