-
Notifications
You must be signed in to change notification settings - Fork 197
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
type definitions? #333
Comments
autocomplete would def be nice, you've seen the other PRs, def the highest demanded feature missing from OP. thanks for throwin your hat in the ring to add it 🙂
can i learn more about this? working fine here? test with this: import colors from 'open-props/src/colors';
console.log(colors); |
i see the same error in that example.
i should also clarify that TS errors are nonblocking, just annoying - they do not make the actual build fail (unless running |
ohh i see, the TS error, i thought the module was failing to import. ok, much less severe! |
when using the JS api:
.ts
/.tsx
file results in an errori can contribute by either adding
.d.ts
files or by converting the codebase to all.ts
The text was updated successfully, but these errors were encountered: