how to document react functional components using Jsdocs, and Typescript

后端 未结 0 563
天命终不由人
天命终不由人 2021-01-07 19:51

Given this

type LocationWeather = {
  name: string;
  temperature: number;
};

type IndexProp = {
  savedLocationsWeather: LocationWeather[];
  favoriteLocati         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题