import React from "react"; import "./App.css"; interface myProps { a: number; } function App(props: myProps) { return