Skip to content

Support more components types #26

Description

@proof666

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>
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions