-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
It would be great to create other components types like FunctionComponent or StatelesFunction
import * as React from 'react'
interface IAppProps {}
const App: React.FunctionComponent<IAppProps> = props => {
return
}
export default App
import * as React from 'react'
export interface IAppScreenProps {}
export function AppScreen(props: IAppScreenProps) {
return <div></div>
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels