UNPKG

@itwin/itwinui-react

Version:

A react component library for iTwinUI

5 lines (4 loc) 219 B
import { polymorphic } from '../functions/polymorphic.js'; export const InputWithIcon = polymorphic.div('iui-input-with-icon'); if ('development' === process.env.NODE_ENV) InputWithIcon.displayName = 'InputWithIcon';