marcj / css-element-queries

CSS Element-Queries aka Container Queries. High-speed element dimension/media queries in valid css.
http://marcj.github.io/css-element-queries/
MIT License
4.27k stars 487 forks source link

Cannot use with typescript #170

Open lekhnath opened 7 years ago

lekhnath commented 7 years ago

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

marcj commented 7 years ago

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

lekhnath commented 7 years ago

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

HolgerJeromin commented 7 years ago

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