UNPKG

@itwin/itwinui-react

Version:

A react component library for iTwinUI

15 lines (14 loc) 414 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true, }); Object.defineProperty(exports, 'DialogContent', { enumerable: true, get: function () { return DialogContent; }, }); const _index = require('../../utils/index.js'); const DialogContent = _index.polymorphic.div('iui-dialog-content'); if ('development' === process.env.NODE_ENV) DialogContent.displayName = 'Dialog.Content';