React-grid-layout: Need type definition file (d.ts) for react-grid-layout

Created on 12 Oct 2016  Â·  2Comments  Â·  Source: STRML/react-grid-layout

I am working on project that is using Typescript and want to use react-grid-layout.
Do we have any existing type definition file (d.ts) for this library?

Thanks

Most helpful comment

For future readers which may land here : ts typings are available at https://www.npmjs.com/package/@types/react-grid-layout

All 2 comments

One does not exist. You may be able to write one yourself by using the
existing Flow typedefs.

vineetbatta mailto:[email protected]
October 11, 2016 at 5:17 PM

I am working on project that is using Typescript and want to use
react-grid-layout.
Do we have any existing type definition file (d.ts) for this library?

Thanks

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/STRML/react-grid-layout/issues/365, or mute the
thread
https://github.com/notifications/unsubscribe-auth/ABJFPzYyzlOrDFCbR-MqnHgJjx_a0rMZks5qzArmgaJpZM4KUKmd.

For future readers which may land here : ts typings are available at https://www.npmjs.com/package/@types/react-grid-layout

Was this page helpful?
0 / 5 - 0 ratings