Skip to content

Commit 1f3bf1f

Browse files
authoredOct 25, 2024··
feat(types): provide runtime options (#284)
1 parent 0939395 commit 1f3bf1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎src/module.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { registerClientBundle } from './bundle-client'
99
import { NuxtIconModuleContext } from './context'
1010
import { getCollectionPath } from './collections'
1111

12-
export type { ModuleOptions }
12+
export type { ModuleOptions, NuxtIconRuntimeOptions as RuntimeOptions }
1313

1414
export default defineNuxtModule<ModuleOptions>({
1515
meta: {

0 commit comments

Comments
 (0)