We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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: Bug
TypeScript type definitions of fela-tools are not correct / missing.
fela
fela-tools
import { StyleSheet } from 'fela-tools'; const styles = StyleSheet.create({...});
Should work without TypeScript error.
Module '"fela-tools"' has no exported member 'StyleSheet'.ts(2305)
The text was updated successfully, but these errors were encountered:
Feel free to PR those types. I'm not using TypeScript and thus not writing the types myself.
Sorry, something went wrong.
No branches or pull requests
Type: Bug
Description
TypeScript type definitions of fela-tools are not correct / missing.
Steps to reproduce
fela
together withfela-tools
Expected Behavior
Should work without TypeScript error.
Actual Behavior
The text was updated successfully, but these errors were encountered: