mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
Updates files outside of x-pack to be triple-licensed under Elastic License 2.0, AGPL 3.0, or SSPL 1.0. |
||
---|---|---|
.. | ||
index.d.ts | ||
jest.config.js | ||
kibana.jsonc | ||
package.json | ||
README.mdx | ||
tsconfig.json |
--- id: kibDevDocsOpsAmbientCommonTypes slug: /kibana-dev-docs/ops/ambient-common-types title: "@kbn/ambient-common-types" description: A package holding ambient type definitions for files that are expected to run on the server and the browser date: 2022-05-18 tags: ['kibana', 'dev', 'contributor', 'operations', 'ambient', 'ui', 'common', 'server', 'types'] --- This package holds ambient typescript definitions which should be included in projects which are expected to run on the server and the browser. ## Plugins These types will automatically be included for plugins. ## Packages To include these types in a package add `"@kbn/ambient-ui-types"` to the `types` portion of the `tsconfig.json` file.