// @flow import * as React from "react"; const style = { fontWeight: 500, fontSize: "18px", }; type Props = { children: React.Node, }; export default ({ children }: Props) => (
{children}