문제

I am playing with reactjs and typescript. In order to go forward, I would appreciate a document refence od React.DOM object. Having this, I could create the definition of the object and so forth use the intellisense, compilation control, ...

Do you have a link to React.DOM reference object?

Thank in advance

도움이 되었습니까?

해결책

You should look at the Dart bindings of React. They should contain what you are looking for.

https://github.com/cleandart/react-dart/blob/master/lib/react.dart

For the list of attributes

https://github.com/facebook/react/blob/1783e54eb0158c85b15e19846a6e153e39b265bf/src/dom/DefaultDOMPropertyConfig.js

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top