跳到主要内容

1 篇文档带有标签「合成事件类型」

查看所有标签

React 中的类型

typescript type ReactText = string | number; type ReactChild = ReactElement | ReactText;