@itwin/itwinui-react
Version:
A react component library for iTwinUI
15 lines (14 loc) • 433 B
JavaScript
;
Object.defineProperty(exports, '__esModule', {
value: true,
});
Object.defineProperty(exports, 'InputWithIcon', {
enumerable: true,
get: function () {
return InputWithIcon;
},
});
const _polymorphic = require('../functions/polymorphic.js');
const InputWithIcon = _polymorphic.polymorphic.div('iui-input-with-icon');
if ('development' === process.env.NODE_ENV)
InputWithIcon.displayName = 'InputWithIcon';