bm-admin-ui 1.0.16-alpha → 1.0.17-alpha

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.
@@ -114,9 +114,7 @@ declare const BmSearchFilter: import("bm-admin-ui/es/utils/with-install").SFCWit
114
114
  gutter: unknown[];
115
115
  };
116
116
  form: {
117
- labelCol: {
118
- [x: string]: any;
119
- };
117
+ labelCol: Record<string, any>;
120
118
  labelAlign: string;
121
119
  wrapperCol: {
122
120
  span: number;
@@ -114,9 +114,7 @@ declare const _default: import("vue").DefineComponent<{
114
114
  gutter: unknown[];
115
115
  };
116
116
  form: {
117
- labelCol: {
118
- [x: string]: any;
119
- };
117
+ labelCol: Record<string, any>;
120
118
  labelAlign: string;
121
119
  wrapperCol: {
122
120
  span: number;