dxcharts-lite icon indicating copy to clipboard operation
dxcharts-lite copied to clipboard

Types should be exportable

Open Fyzu opened this issue 1 month ago • 0 comments

Duplicates

  • [X] I have searched the existing issues

Latest version

  • [X] 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 FullChartConfig or FullChartColors

Expected behavior 🤔

export type { SomeType, ... } from './...'

Platform

ALL

Additional context 🔦

No response

Fyzu avatar May 13 '24 19:05 Fyzu