Skip to content

Add React.ComponentProps type to the cheatsheet and show example of Component Props inference #117

@piotrwitek

Description

@piotrwitek

Add React.ComponentProps type to the cheatsheet and show an example of Component Props inference (no need to export props from the component file any longer)

import TodoItem from './TodoItem';

type TodoItemProps = React.ComponentProps<typeof TodoItem>;

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions