Skip to content

Commit f8925cc

Browse files
committed
chore: add export for types
1 parent 1dfca90 commit f8925cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/runtime/types/nuxt-codemirror.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,5 @@ declare module 'nuxt-codemirror' {
123123
editor: HTMLDivElement | null
124124
}
125125
}
126+
127+
export type { Statistics, CodeMirrorRef, UseCodeMirrorProps, NuxtCodeMirrorProps } from 'nuxt-codemirror'

0 commit comments

Comments
 (0)