-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Duplicates
- I have searched the existing issues
Latest version
- I have tested the 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 πΉ
- Try to import
FullChartConfigorFullChartColors
Expected behavior π€
export type { SomeType, ... } from './...'Platform
ALL
Additional context π¦
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request