Back

React with TS / Component Props

00:00
1/20

Component Props

Easy

'Define an interface GreetProps with name: string. Write a functional component Greet(props: GreetProps).'

  • 1

    Interfaces are the standard for typing props.

TYPESCRIPT PLAYGROUND
TYPESCRIPT PLAYGROUND
⏳ Loading editor…