UNPKG

rsuite-theme

Version:
8 lines (5 loc) 107 B
'use strict'; module.exports = paragraph; function paragraph(node) { return this.all(node).join(''); }