dawitt
06/13/2017, 2:46 PMruntime.wrappers.require("react-router-dom")
but I think I'm missing the types so that Kotlin can properly instantiate the components (currently I'm using js("""new Router()""")
.
I've tried to use ts2kt on index.d.ts from the definitely typed repo (https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-router-dom), but it notifies me that ImportDeclaration are unsupported.
Any ideas how to get this working?bashor
06/13/2017, 5:29 PMdawitt
06/13/2017, 6:53 PMdanfma
06/16/2017, 6:03 PMdanfma
06/16/2017, 6:04 PMdawitt
06/17/2017, 2:37 PM