UNPKG

237 BJavaScriptView Raw
1import createWithBsPrefix from './createWithBsPrefix';
2import divWithClassName from './divWithClassName';
3const DivStyledAsH5 = divWithClassName('h5');
4export default createWithBsPrefix('offcanvas-title', {
5 Component: DivStyledAsH5
6});
\No newline at end of file