@antscorp/ama-ui 0.0.35 → 0.0.36

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.
package/dist/index.d.ts CHANGED
@@ -299,6 +299,7 @@ export declare interface FooterProps extends FooterProps_2 {
299
299
  export declare const Form: default_2.FC<FormProps> & {
300
300
  Item: typeof Form_2.Item;
301
301
  useForm: typeof Form_2.useForm;
302
+ useWatch: typeof Form_2.useWatch;
302
303
  };
303
304
 
304
305
  export declare interface FormProps extends FormProps_2 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antscorp/ama-ui",
3
- "version": "0.0.35",
3
+ "version": "0.0.36",
4
4
  "main": "dist/ama-ui.es.js",
5
5
  "module": "dist/ama-ui.es.js",
6
6
  "types": "dist/index.d.ts",