import React from "react"; /** * Box content title component. * * @param {Object} props component properties * @param {Function | string} props.children component children * @class */ function BoxContentTitle({ children }) { return