UNPKG

bootstrap-4-react

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