UNPKG

quickbuild

Version:

A mature, feature-complete application generator with an emphasis on speed

8 lines (5 loc) 99 B
import React from 'react'; function H3(props) { return <h3 {...props} />; } export default H3;