Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 428 Bytes

File metadata and controls

9 lines (6 loc) · 428 Bytes

Exposes the global configuration object.

Exports:

  • default - The config() and config(config) methods

      require("core/config");
      // ===== or =====
      import config from "devextreme/core/config";