You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 27, 2023. It is now read-only.
Since there is no such thing as `export default type Component = React.SFC`
we instead declare a const (`const Component: React.SFC`) and export this
const as default (`export default Component`). For non-default exports
this is done in a single line (`export const Component: React.SFC`).
0 commit comments