@1money/component-ui 0.0.95-alpha.10 → 0.0.95-alpha.11
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.
|
@@ -58,8 +58,8 @@ export interface PageFormProps<Values extends Record<string, any> = Record<strin
|
|
|
58
58
|
}) => ReactNode;
|
|
59
59
|
/** Optional secondary (left) action. */
|
|
60
60
|
secondary?: ActionBarAction;
|
|
61
|
-
/**
|
|
62
|
-
footnote?: ActionBarFootnote;
|
|
61
|
+
/** Footnote row(s) below the actions — same contract as the ActionBar. */
|
|
62
|
+
footnote?: ActionBarFootnote | ActionBarFootnote[];
|
|
63
63
|
/** Imperative form instance (validate, set values, …). */
|
|
64
64
|
formRef?: RefObject<ProFormFormInstance<Values> | undefined>;
|
|
65
65
|
/** Extra ProForm props (layout props are locked and stripped). */
|