diff options
Diffstat (limited to 'src/components/molecules')
| -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'];  };  /** | 
