Skip to content

feat(typings): export ElementQueries typings #267

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 17, 2019

Conversation

ThibaudAV
Copy link
Contributor

Add the typing of ElementQueries

This allows to use this in ts :

import { ElementQueries } from 'css-element-queries';
...
ElementQueries.listen();
ElementQueries.init();

@ThibaudAV
Copy link
Contributor Author

A little up for this PR 🙃
cc: @marcj

@indfnzo
Copy link

indfnzo commented May 24, 2019

Hey @marcj, we need this PR merged too. The last PR only added ResizeSensor to the typings, so our typescript builds started complaining about missing exports (since it now detects a .d.ts file).

Would be great if you can get this tagged soon!

@marcj marcj merged commit d1816ad into marcj:master Jul 17, 2019
@marcj
Copy link
Owner

marcj commented Jul 17, 2019

Ops, overlooked that one, sorry. Merged, thanks!

@indfnzo
Copy link

indfnzo commented Jul 17, 2019

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants