Skip to content

Types should be exportableΒ #178

@Fyzu

Description

@Fyzu

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 FullChartConfig or FullChartColors

Expected behavior πŸ€”

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

Platform

ALL

Additional context πŸ”¦

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions