id | slug | title | description | date | tags | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
kibDevDocsOpsAmbientUiTypes |
/kibana-dev-docs/ops/ambient-ui-types |
@kbn/ambient-ui-types |
A package holding ambient type definitions for files |
2022-05-18 |
|
This package holds ambient typescript definitions for files with extensions like .html, .png, .svg, .mdx
that might get imported by Webpack and therefore needed.
These types will automatically be included for plugins.
To include these types in a package add "@kbn/ambient-ui-types"
to the types
portion of the tsconfig.json
file.