We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18f4e09 commit aeb22e1Copy full SHA for aeb22e1
src/module.ts
@@ -3,6 +3,8 @@ import { fileURLToPath } from 'url'
3
import { addImports, addPlugin, defineNuxtModule } from '@nuxt/kit'
4
import type { NinjaToasterBaseProps } from './props'
5
6
+export * from './props'
7
+
8
export interface ModuleOptions {
9
installPlugin?: boolean
10
}
src/props.d.ts src/props.tssrc/props.d.ts renamed to src/props.ts
0 commit comments