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.
- package/dist/randmarcomps.d.ts +4 -0
- package/dist/randmarcomps.js +1413 -1537
- package/dist/randmarcomps.umd.cjs +45 -45
- package/package.json +1 -1
package/dist/randmarcomps.d.ts
CHANGED
|
@@ -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 {
|