cultureamp / react-elm-components

Write React components in Elm
https://www.npmjs.com/package/react-elm-components
BSD 3-Clause "New" or "Revised" License
779 stars 54 forks source link

Create TypeScript index.d.ts definitions #30

Closed mulias closed 5 months ago

mulias commented 4 years ago

Adds typescript support for the component which embeds Elm code in React. Also provides helper types for extracting the Ports and Flags used by an Elm program.

These type declarations are useful in contexts where the TypeScript type declaration of the underlying Elm program is either hand-written, or generated by a tool such as elm-typescript-interop.

If the Culture Amp team isn't interested in taking responsibility for typescript files then I'm happy to create a @types/react-elm-components package under the DefinitelyTyped repo instead :)