props literal
const Child = (props: MyInterface) => {}
TS does not know this is a React Component - default properties will not register
props literal
const Child = (props: MyInterface) => {}
TS does not know this is a React Component - default properties will not register