dfh-ui-library 1.10.14 → 1.10.15
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.
|
@@ -603,7 +603,7 @@ export interface IPanelCardProps extends AdditionalClassesProp {
|
|
|
603
603
|
/** Controllers displayed on header area of the card. */
|
|
604
604
|
controllers?: React.ReactNode;
|
|
605
605
|
/** Content displayed within the panel. */
|
|
606
|
-
content?:
|
|
606
|
+
content?: any;
|
|
607
607
|
/** Classes for the panel content. */
|
|
608
608
|
contentClasses?: string | undefined;
|
|
609
609
|
completedDateTime?: string;
|
|
@@ -603,7 +603,7 @@ export interface IPanelCardProps extends AdditionalClassesProp {
|
|
|
603
603
|
/** Controllers displayed on header area of the card. */
|
|
604
604
|
controllers?: React.ReactNode;
|
|
605
605
|
/** Content displayed within the panel. */
|
|
606
|
-
content?:
|
|
606
|
+
content?: any;
|
|
607
607
|
/** Classes for the panel content. */
|
|
608
608
|
contentClasses?: string | undefined;
|
|
609
609
|
completedDateTime?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -915,7 +915,7 @@ interface IPanelCardProps extends AdditionalClassesProp {
|
|
|
915
915
|
/** Controllers displayed on header area of the card. */
|
|
916
916
|
controllers?: React__default.ReactNode;
|
|
917
917
|
/** Content displayed within the panel. */
|
|
918
|
-
content?:
|
|
918
|
+
content?: any;
|
|
919
919
|
/** Classes for the panel content. */
|
|
920
920
|
contentClasses?: string | undefined;
|
|
921
921
|
completedDateTime?: string;
|