Skip to content

Commit aeb22e1

Browse files
fix: export toaster props interfaces
1 parent 18f4e09 commit aeb22e1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/module.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ import { fileURLToPath } from 'url'
33
import { addImports, addPlugin, defineNuxtModule } from '@nuxt/kit'
44
import type { NinjaToasterBaseProps } from './props'
55

6+
export * from './props'
7+
68
export interface ModuleOptions {
79
installPlugin?: boolean
810
}
File renamed without changes.

0 commit comments

Comments
 (0)