Skip to content

Commit 73d10c0

Browse files
fix: export kirby layout and column types
1 parent 3c55fe6 commit 73d10c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/module.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ declare module '#nuxt-kql' {
140140
type KirbyQueryResponse<Pagination extends boolean = false> = import('${resolve(runtimeDir, 'types')}').KirbyQueryResponse<Pagination>
141141
type KirbyBlockType = import('${resolve(runtimeDir, 'types')}').KirbyBlockType
142142
type KirbyBlock<T extends string = KirbyBlockType, U = Record<string, any>> = import('${resolve(runtimeDir, 'types')}').KirbyBlock<T, U>
143+
type KirbyLayoutColumn = import('${resolve(runtimeDir, 'types')}').KirbyLayoutColumn
144+
type KirbyLayout = import('${resolve(runtimeDir, 'types')}').KirbyLayout
143145
}
144146
`.trimStart(),
145147
})

0 commit comments

Comments
 (0)