D
Чем отличается запись
const SomeComponent: React.FunctionalComponent<Props> = (props: Props) => {...} от const SomeComponent: React.FunctionalComponent = (props: Props) => {...} где <Props>- определенный интерфейс?
Size: a a a
D
const SomeComponent: React.FunctionalComponent<Props> = (props: Props) => {...} от const SomeComponent: React.FunctionalComponent = (props: Props) => {...} где <Props>- определенный интерфейс?
YS
D
const SomeComponent: React.FunctionalComponent<Props> = (props: Props) => {...} от const SomeComponent: React.FunctionalComponent = (props: Props) => {...} где <Props>- определенный интерфейс?
D
С
А
NV
YS
D
А
NV
VP
const SomeComponent: React.FunctionalComponent<Props> = (props: Props) => {...} от const SomeComponent: React.FunctionalComponent = (props: Props) => {...} где <Props>- определенный интерфейс?
D
NV
D
V
VP
NV
Comp<Some<Another>>...- просто трепещу)
А