villianjs-pro 1.0.32 → 1.0.33

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.
@@ -5,4 +5,5 @@ export type ProFormColumnsType<T, ValueType extends string = 'text'> = AntdProFo
5
5
  };
6
6
  export type ProFormProps<T, ValueType extends string = 'text'> = Omit<FormSchema<T, ValueType>, 'columns'> & {
7
7
  columns?: ProFormColumnsType<T, ValueType>[];
8
+ [key: string]: any;
8
9
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "villianjs-pro",
3
- "version": "1.0.32",
3
+ "version": "1.0.33",
4
4
  "type": "module",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",