Current, not all component props definitions are exported for use by applications incorporating this package. For example, the type for KMLDataSourceProps is not exported in a way that makes it available for extension by another component. Attempting to use the definition results in the following error:
Attempting to import the definition results in this error:
Proposed Solution
Export type definitions so that they can be used by applications incorporating this library.
Implementation
Is there any guidance for submitting an PR to resolve this issue. I'm willing to create and submit one myself; however, I'd like to know of any guidance or potential pitfalls related to this issue.
Issue
Current, not all component props definitions are exported for use by applications incorporating this package. For example, the type for
KMLDataSourceProps
is not exported in a way that makes it available for extension by another component. Attempting to use the definition results in the following error:Attempting to import the definition results in this error:
Proposed Solution
Export type definitions so that they can be used by applications incorporating this library.
Implementation
Is there any guidance for submitting an PR to resolve this issue. I'm willing to create and submit one myself; however, I'd like to know of any guidance or potential pitfalls related to this issue.