react-use-locale-number-input
Version:
A React hook for formatting number inputs based on the user's locale.
6 lines • 365 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.useLocaleNumberInput = void 0;
var useLocaleNumberInput_1 = require("./useLocaleNumberInput");
Object.defineProperty(exports, "useLocaleNumberInput", { enumerable: true, get: function () { return useLocaleNumberInput_1.useLocaleNumberInput; } });
//# sourceMappingURL=index.js.map