@antscorp/ama-ui 0.0.35 → 0.0.37
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/ama-ui.es.js +355 -355
- package/dist/ama-ui.es.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
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 {
|