randmarcomps 1.619.0 → 1.621.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -957,6 +957,10 @@ export declare interface RichTextEditorProps extends Omit<default_2.InputHTMLAtt
957
957
  placeholder?: string;
958
958
  }
959
959
 
960
+ export declare function RmBodyZone({ className, children, ...props }: RmBodyZoneProps): JSX.Element;
961
+
962
+ export declare type RmBodyZoneProps = React_2.ComponentProps<"section">;
963
+
960
964
  export declare function RmPageHeader({ title, subtitle, breadcrumbs, rightTopActions, rightBottomActions, secondaryRow, sticky, stickyClassName, className, cardClassName, contentClassName, }: RmPageHeaderProps): JSX.Element;
961
965
 
962
966
  export declare interface RmPageHeaderBreadcrumbItem {