infinity-forge 2.6.0 → 2.6.1
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.
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
import { FieldsProviderCep, InputCepProps } from '../../../../../../../ui';
|
|
1
|
+
import { FieldsProviderCep, InputCepProps } from '../../../../../../../ui/index.js';
|
|
2
2
|
export declare function useCepIBGE<T = any>({ fields }: InputCepProps<T>): {
|
|
3
3
|
getCep: (zipCode: any) => Promise<T>;
|
|
4
4
|
fields: FieldsProviderCep<T>;
|
|
5
5
|
};
|
|
6
|
-
p<T>;
|
|
7
|
-
};
|
|
@@ -37,7 +37,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
37
37
|
};
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
39
|
exports.useCepIBGE = void 0;
|
|
40
|
-
var ui_1 = require("../../../../../../../ui");
|
|
40
|
+
var ui_1 = require("../../../../../../../ui/index.js");
|
|
41
41
|
function useCepIBGE(_a) {
|
|
42
42
|
var fields = _a.fields;
|
|
43
43
|
function getCep(zipCode) {
|
|
@@ -64,4 +64,4 @@ function useCepIBGE(_a) {
|
|
|
64
64
|
};
|
|
65
65
|
}
|
|
66
66
|
exports.useCepIBGE = useCepIBGE;
|
|
67
|
-
//# sourceMappingURL=hook.js.
|
|
67
|
+
//# sourceMappingURL=hook.js.map
|