UNPKG

bootstrap-4-react

Version:
12 lines (8 loc) 246 B
import React, { Component } from 'react'; import { stack, domStack } from '../../utilities'; class Main extends Component { render() { return <main {...this.props}>{this.props.children}</main> } } export default stack(Main, domStack);