1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/src/extensions/extension-api.ts
Jari Kolehmainen 2a12bb74a9 move tracker to telemetry extension
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-10-16 10:56:25 +03:00

9 lines
302 B
TypeScript

// Lens-extensions api developer's kit
export type { LensExtensionRuntimeEnv } from "./lens-runtime";
// APIs
export * from "./lens-main-extension"
export { BaseStore } from "../common/base-store"
export { appEventBus, AppEvent } from "../common/event-bus"
export { Singleton } from "../common/utils"