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
Exporting types allows them to be imported and used in other files, facilitating type checking, code organization, and reusability.
https://github.com/devexperts/dxcharts-lite/blob/master/src/index.ts
FullChartConfig
FullChartColors
export type { SomeType, ... } from './...'
ALL
No response
The text was updated successfully, but these errors were encountered:
Hello there @Fyzu ! Great improvement, we've been thinking about it for a long time. We should definitely do it :)
Sorry, something went wrong.
No branches or pull requests
Duplicates
Latest version
Describe the bug 😯
Exporting types allows them to be imported and used in other files, facilitating type checking, code organization, and reusability.
Link to minimal reproduction
https://github.com/devexperts/dxcharts-lite/blob/master/src/index.ts
Steps to Reproduce the Bug or Issue 🕹
FullChartConfig
orFullChartColors
Expected behavior 🤔
Platform
ALL
Additional context 🔦
No response
The text was updated successfully, but these errors were encountered: