UNPKG

@blackbaud/skyux

Version:
10 lines 260 B
var NumericOptions = (function () { function NumericOptions() { this.digits = 1; this.format = 'number'; this.iso = 'USD'; } return NumericOptions; }()); export { NumericOptions }; //# sourceMappingURL=numeric.options.js.map