/* global React */ (function () { const T = window.SC_T; function SectionLabel({ children, style }) { return (
{children}
); } window.SectionLabel = SectionLabel; })();