import './styles/Label.css' interface PropsForInputLabel { for: string label: string } export default function InputLabel(p: PropsForInputLabel) { return ( ) }