ern-api-gen
Version:
Electrode Native API generator
8 lines • 319 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const NumberProperty_1 = require("./NumberProperty");
class DecimalProperty extends NumberProperty_1.NumberProperty {
}
DecimalProperty.FORMAT = 'decimal';
exports.DecimalProperty = DecimalProperty;
//# sourceMappingURL=DecimalProperty.js.map