Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing to work with more recent versions of TypeScript (#243)
Without this change I get this error from TypeScript: ``` Module '"node_modules/css-element-queries/src/ResizeSensor"' has no default export. 24 import ResizeSensor from "css-element-queries/src/ResizeSensor"; ~~~~~~~~~~~~ ```
- Loading branch information