ui.date_box.js 462 B

12345678910111213
  1. /**
  2. * DevExtreme (ui/date_box/ui.date_box.js)
  3. * Version: 19.1.16
  4. * Build date: Tue Oct 18 2022
  5. *
  6. * Copyright (c) 2012 - 2022 Developer Express Inc. ALL RIGHTS RESERVED
  7. * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
  8. */
  9. "use strict";
  10. var registerComponent = require("../../core/component_registrator");
  11. var DateBoxMask = require("./ui.date_box.mask");
  12. registerComponent("dxDateBox", DateBoxMask);
  13. module.exports = DateBoxMask;