frenic / csstype

Strict TypeScript and Flow types for style based on MDN data
MIT License
1.7k stars 69 forks source link

export index.d.ts in package.json #157

Closed ParachuteCat closed 2 years ago

ParachuteCat commented 2 years ago
dasd
frenic commented 2 years ago

This will likely cause problems elsewhere. csstype is using the same as @types/x which is an empty main and types property without exports:

    "main": "",
    "types": "index.d.ts",

Is it possible to use import type statement instead?