Skip to content

Commit def6241

Browse files
committed
feat: expose options type
1 parent 2fd2830 commit def6241

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/nuxt/src/module.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,8 @@ export type {
356356
NuxtVueFireAppCheckOptionsReCaptchaEnterprise,
357357
} from './runtime/app-check'
358358

359+
export type { VueFireNuxtModuleOptions } from './module/options'
360+
359361
/**
360362
* Type Extensions
361363
*/

0 commit comments

Comments
 (0)