@plasmicpkgs/antd5 0.0.80 → 0.0.82

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
@@ -18,3 +18,4 @@ export declare const componentNameToInputType: {
18
18
  "plasmic-antd5-checkbox": InputType;
19
19
  };
20
20
  export declare const inputTypeToComponentName: Record<InputType, string>;
21
+ export { useFormInstanceMaybe } from "./registerForm";
package/dist/index.js CHANGED
@@ -4229,4 +4229,5 @@ exports.formItemComponentName = formItemComponentName;
4229
4229
  exports.formListComponentName = formListComponentName;
4230
4230
  exports.inputTypeToComponentName = inputTypeToComponentName;
4231
4231
  exports.registerAll = registerAll;
4232
+ exports.useFormInstanceMaybe = useFormInstanceMaybe;
4232
4233
  //# sourceMappingURL=index.js.map