@superinterface/react 2.15.3 → 2.15.4
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.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -2223,7 +2223,8 @@ var Root3 = function(param) {
|
|
|
2223
2223
|
isSubmitting
|
|
2224
2224
|
]);
|
|
2225
2225
|
var onSubmit = onSubmitArg ? partob2(onSubmitArg, {
|
|
2226
|
-
reset: reset
|
|
2226
|
+
reset: reset,
|
|
2227
|
+
createMessage: createMessage
|
|
2227
2228
|
}) : function() {
|
|
2228
2229
|
var _ref = _async_to_generator(function(data2) {
|
|
2229
2230
|
return _ts_generator(this, function(_state) {
|