kibana/packages/kbn-ambient-ui-types
Tiago Costa e41569b4a6
fix(NA): wrongly spread stripInternal and rootDir configs across packages (#144463)
* chore(NA): remove overrides for rootDir on packages

* chore(NA): replace './target_types' with 'target_types' on packages

* chore(NA): removes stripInternal false configs

* chore(NA): remove unused strip internals
2022-11-03 01:04:55 +00:00
..
BUILD.bazel [typescript] Create Ambient Types package (#129368) 2022-04-06 19:21:24 -05:00
index.d.ts Added a gif module to be able to import gif files (#136015) 2022-07-08 17:43:10 +02:00
kibana.jsonc add kibana.jsonc files to existing packages (#138965) 2022-09-08 13:31:57 -07:00
package.json add kibana.jsonc files to existing packages (#138965) 2022-09-08 13:31:57 -07:00
README.mdx docs(NA): adding @kbn/ambient-ui-types into ops docs (#132482) 2022-05-18 15:24:19 -07:00
tsconfig.json fix(NA): wrongly spread stripInternal and rootDir configs across packages (#144463) 2022-11-03 01:04:55 +00:00

---
id: kibDevDocsOpsAmbientUiTypes
slug: /kibana-dev-docs/ops/ambient-ui-types
title: "@kbn/ambient-ui-types"
description: A package holding ambient type definitions for files
date: 2022-05-18
tags: ['kibana', 'dev', 'contributor', 'operations', 'ambient', 'ui', 'types']
---

This package holds ambient typescript definitions for files with extensions like `.html, .png, .svg, .mdx` that might get imported by Webpack and therefore needed.

## Plugins
These types will automatically be included for plugins.

## Packages

To include these types in a package:

- add `"//packages/kbn-ambient-ui-types"` to the `RUNTIME_DEPS` portion of the `BUILD.bazel` file.
- add `"//packages/kbn-ambient-ui-types:npm_module_types"` to the `TYPES_DEPS` portion of the `BUILD.bazel` file.
- add `"@kbn/ambient-ui-types"` to the `types` portion of the `tsconfig.json` file.