mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
* mark cluster & workspace as beta Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com> * back to public Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
9 lines
372 B
TypeScript
9 lines
372 B
TypeScript
export { ExtensionStore } from "../extension-store";
|
|
|
|
export { clusterStore, Cluster, ClusterStore } from "../stores/cluster-store";
|
|
export type { ClusterModel, ClusterId } from "../stores/cluster-store";
|
|
|
|
export { workspaceStore, Workspace, WorkspaceStore } from "../stores/workspace-store";
|
|
export type { WorkspaceId, WorkspaceModel } from "../stores/workspace-store";
|
|
|