UNPKG

262 BJavaScriptView Raw
1// Heads Up!
2//
3// Do not replace this with named exports.
4// We need to export an object here for browser builds.
5// Otherwise, we end up with every component on the window.
6import * as semanticUIReact from './index'
7
8module.exports = {
9 ...semanticUIReact,
10}