UNPKG

@itwin/itwinui-react

Version:

A react component library for iTwinUI

15 lines (14 loc) 401 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true, }); Object.defineProperty(exports, 'FooterItem', { enumerable: true, get: function () { return FooterItem; }, }); const _index = require('../../utils/index.js'); const FooterItem = _index.polymorphic.li('iui-legal-footer-item'); if ('development' === process.env.NODE_ENV) FooterItem.displayName = 'Footer.Item';