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