[Bug]: @spectrum-web-components/contextual-help has no typings #4648
Labels
bug
Something isn't working
Component: Contextual Help
jira ticket created
Needs repro
triage
An issue needing triage
Code of conduct
Impacted component(s)
contextual-help
Expected behavior
When importing from
@spectrum-web-components/contextual-help
in a typescript file from a typescript source file, the typescript compiler should properly detect and load the typings for this package.Actual behavior
When importing from
@spectrum-web-components/contextual-help
in a typescript file from a typescript source file, the typescript compiler should not throw an error (TS7016) about missing types.Screenshots
No response
What browsers are you seeing the problem in?
No response
How can we reproduce this issue?
@spectrum-web-components/contextual-help
as a dependencyimport { ContextualHelp } from '@spectrum-web-components/contextual-help';
as per the docsSample code that illustrates the problem
No response
Logs taken while reproducing problem
No response
The text was updated successfully, but these errors were encountered: