antd-management-fast-framework 2.12.31 → 2.12.32

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.
@@ -163,6 +163,7 @@ export class Base extends AuthorizationWrapper {
163
163
  type: string;
164
164
  showIcon: boolean;
165
165
  };
166
+ establishPresetAboveTableAlertContainerStyle: () => null;
166
167
  renderPresetAboveTable: () => React.JSX.Element | null;
167
168
  establishDataContainerExtraActionCollectionConfig: () => never[];
168
169
  establishDataContainerExtraAffixConfig: () => {};