Skip to content

Commit 8472ede

Browse files
committed
feat: export types
1 parent 276fa29 commit 8472ede

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
@@ -2,6 +2,8 @@ import { defineNuxtModule, createResolver, addImports, addImportsDir, addCompone
22
import { version } from '../package.json'
33
import type { ModuleOptions } from './types'
44

5+
export * from './types'
6+
57
export default defineNuxtModule<ModuleOptions>({
68
meta: {
79
name: 'nuxt-authorization',

0 commit comments

Comments
 (0)