css-element-queries icon indicating copy to clipboard operation
css-element-queries copied to clipboard

Cannot use with typescript

Open lekhnath opened this issue 8 years ago • 3 comments
trafficstars

How to use this module in typescript as I cannot find type definition file for this module.

lekhnath avatar May 19 '17 04:05 lekhnath

We do not have type definitions for typescript. You need to use it with type any.

marcj avatar May 19 '17 10:05 marcj

@marcj OK. I will create d.ts file locally then. Any chance to provide in future or in @types npm registry ?

lekhnath avatar May 19 '17 10:05 lekhnath

Everyone can submit .d.ts files to https://github.com/DefinitelyTyped/DefinitelyTyped

HolgerJeromin avatar May 19 '17 10:05 HolgerJeromin