UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

18 lines 724 B
define(["require", "exports"], function (require, exports) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DialogType = void 0; /** * {@docCategory Dialog} */ var DialogType; (function (DialogType) { /** Standard dialog */ DialogType[DialogType["normal"] = 0] = "normal"; /** Dialog with large header banner */ DialogType[DialogType["largeHeader"] = 1] = "largeHeader"; /** Dialog with an 'x' close button in the upper-right corner */ DialogType[DialogType["close"] = 2] = "close"; })(DialogType = exports.DialogType || (exports.DialogType = {})); }); //# sourceMappingURL=DialogContent.types.js.map