UNPKG
vuetify-nuxt-module
Version:
beta (1.0.0-beta.4)
latest (0.19.5)
1.0.0-beta.4
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
1.0.0-alpha.6
1.0.0-alpha.5
1.0.0-alpha.4
1.0.0-alpha.3
1.0.0-alpha.2
0.19.5
0.19.4
0.19.3
0.19.2
0.19.1
0.19.0
0.18.9
0.18.8
0.18.7
0.18.6
0.18.5
0.18.4
0.18.3
0.18.2
0.18.1
0.18.0
0.17.1
0.17.0
0.16.1
0.16.0
0.15.2
0.15.1
0.15.0
0.14.1
0.14.0
0.13.5
0.13.4
0.13.3
0.13.2
0.13.1
0.13.0
0.12.0
0.11.0
0.10.3
0.10.2
0.10.1
0.10.0
0.9.1
0.9.0
0.8.0
0.7.3
0.7.2
0.7.1
0.7.0
0.6.7
0.6.6
0.6.5
0.6.4
0.6.2
0.6.1
0.6.0
0.5.16
0.5.15
0.5.14
0.5.13
0.5.12
0.5.11
0.5.10
0.5.9
0.5.8
0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.12
0.4.11
0.4.10
0.4.9
0.4.8
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
0.0.3
0.0.2
0.0.1
Zero-Config Nuxt Module for Vuetify
github.com/vuetifyjs/nuxt-module
vuetifyjs/nuxt-module
vuetify-nuxt-module
/
custom-configuration.d.ts
4 lines
(3 loc)
•
214 B
TypeScript
View Raw
1
2
3
4
import
type
{
ExternalVuetifyOptions
}
from
'./dist/module.js'
declare
function
defineVuetifyConfiguration
(
vuetifyOptions
:
ExternalVuetifyOptions
):
ExternalVuetifyOptions
;
export
{ defineVuetifyConfiguration };