/**
 * @author 田尘殇Sean(sean.snow@live.com) create at 2018/1/31
 */
import { Blockquote } from './Blockquote';
import { Props } from './Props';
export { Props };
export default Blockquote;
