mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
9 lines
302 B
TypeScript
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"
|