akeyless-client-commons 1.0.206 → 1.0.207
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.
|
@@ -594,7 +594,7 @@ interface ElementsContainerProps extends BaseElementProps {
|
|
|
594
594
|
headlineClassName?: string;
|
|
595
595
|
autoFixLabelsWidth?: boolean;
|
|
596
596
|
autoFixLabelsWidthDeps?: any[];
|
|
597
|
-
headline?:
|
|
597
|
+
headline?: ReactNode;
|
|
598
598
|
}
|
|
599
599
|
declare const ElementsContainer: React$1.MemoExoticComponent<(props: ElementsContainerProps) => react_jsx_runtime.JSX.Element>;
|
|
600
600
|
|
|
@@ -594,7 +594,7 @@ interface ElementsContainerProps extends BaseElementProps {
|
|
|
594
594
|
headlineClassName?: string;
|
|
595
595
|
autoFixLabelsWidth?: boolean;
|
|
596
596
|
autoFixLabelsWidthDeps?: any[];
|
|
597
|
-
headline?:
|
|
597
|
+
headline?: ReactNode;
|
|
598
598
|
}
|
|
599
599
|
declare const ElementsContainer: React$1.MemoExoticComponent<(props: ElementsContainerProps) => react_jsx_runtime.JSX.Element>;
|
|
600
600
|
|