hlyc-web-pack 3.3.2 → 3.3.5
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.
|
@@ -53,5 +53,5 @@ export interface LayoutFormModalCallType {
|
|
|
53
53
|
getFormSubmitValues: () => Promise<AnyObjectType | undefined>;
|
|
54
54
|
}
|
|
55
55
|
export declare type LayoutFormModalListType = FormListType;
|
|
56
|
-
declare const _default: React.
|
|
56
|
+
declare const _default: React.ForwardRefExoticComponent<LayoutFormPropTypes & React.RefAttributes<unknown>>;
|
|
57
57
|
export default _default;
|
|
@@ -86,5 +86,5 @@ export interface LayoutTableModalPropType {
|
|
|
86
86
|
/** 确定弹窗回调 */
|
|
87
87
|
onConfirm?: (rows: AnyObjectType[], ids: string[]) => Promise<boolean>;
|
|
88
88
|
}
|
|
89
|
-
declare const _default: React.
|
|
89
|
+
declare const _default: React.ForwardRefExoticComponent<LayoutTableModalPropType & React.RefAttributes<unknown>>;
|
|
90
90
|
export default _default;
|