Calling JavaScript directly from TypeScript

前端 未结 4 936
Happy的楠姐
Happy的楠姐 2020-12-06 16:21

I have just downloaded the TypeScript documentation. I have a some JavaScript classes and I would like to create and use these class in a TypeScript test application

4条回答
  •  旧时难觅i
    2020-12-06 16:54

    In this particular case you could just include the Kendo UI TypeScript definitions that Telerik provides.

    (I realize this question was asked back when the TS definitions probably didn't exist yet, but wanted to add this detail for people who come across this question in the future.)

提交回复
热议问题