dialog.d.ts 469 B

12345678910111213
  1. /**
  2. * DevExtreme (ui/dialog.d.ts)
  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. import DevExpress from '../bundles/dx.all';
  10. export declare let alert: typeof DevExpress.ui.dialog.alert;
  11. export declare let confirm: typeof DevExpress.ui.dialog.confirm;
  12. export declare let custom: typeof DevExpress.ui.dialog.custom;