UNPKG

bootstrap-4-react

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