您如何在打字稿中注释未命名的箭头功能

时间:2018-10-06 01:39:57

标签: reactjs typescript

export default () => (<div>hi</div>)

我想将其注释为无状态反应函数,而无需为其命名

一个命名的例子是:

const it: React.SFC = () => (<div>hi</div>)
export default it;

2 个答案:

答案 0 :(得分:2)

home_feed_page => search_screen => home_feed_page(filtered_page) 语句中声明的变量类型可以使用export defaultasserted

as

答案 1 :(得分:-1)

你没有。

并且stackoverflow不会接受不超过30个字符的答案。