import * as React from "react"; const style = { fontWeight: 500, fontSize: "18px", }; const Heading: React.FC = ({ children }) => (
{children}