@itwin/itwinui-react
Version:
A react component library for iTwinUI
17 lines (16 loc) • 479 B
JavaScript
;
Object.defineProperty(exports, '__esModule', {
value: true,
});
Object.defineProperty(exports, 'InformationPanelWrapper', {
enumerable: true,
get: function () {
return InformationPanelWrapper;
},
});
const _index = require('../../utils/index.js');
const InformationPanelWrapper = _index.polymorphic.div(
'iui-information-panel-wrapper',
);
if ('development' === process.env.NODE_ENV)
InformationPanelWrapper.displayName = 'InformationPanelWrapper';