@itwin/itwinui-react
Version:
A react component library for iTwinUI
15 lines (14 loc) • 401 B
JavaScript
;
Object.defineProperty(exports, '__esModule', {
value: true,
});
Object.defineProperty(exports, 'FooterList', {
enumerable: true,
get: function () {
return FooterList;
},
});
const _index = require('../../utils/index.js');
const FooterList = _index.polymorphic.ul('iui-legal-footer-list');
if ('development' === process.env.NODE_ENV)
FooterList.displayName = 'Footer.List';