© 2026 Hedgehog Software, LLC
export default function Foo(props: SomeTypes){}
const Foo: FC<SomeTypes> = (props) => {} export default Foo
this