likec4 1.46.4 → 1.47.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,6 +3,14 @@ declare module 'likec4:projects' {
3
3
  export type { LikeC4Project }
4
4
  export const isSingleProject: boolean
5
5
  export const projects: readonly [LikeC4Project, ...LikeC4Project[]]
6
+ export function useLikeC4Projects(): readonly [LikeC4Project, ...LikeC4Project[]]
7
+ }
8
+
9
+ declare module 'likec4:projects-overview' {
10
+ import type { LayoutedProjectEdge, LayoutedProjectNode, LayoutedProjectsView } from 'likec4/model'
11
+ export type { LayoutedProjectEdge, LayoutedProjectNode, LayoutedProjectsView }
12
+
13
+ export function useLikeC4ProjectsOverview(): LayoutedProjectsView
6
14
  }
7
15
 
8
16
  declare module 'likec4:icons' {