mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-26 07:32:01 +00:00
docs: rename AppConfig
to AppConfigInput
(#7293)
This commit is contained in:
parent
a931667111
commit
a631da9e56
@ -38,11 +38,11 @@ It is also possible to type app config manually:
|
|||||||
|
|
||||||
```ts [index.d.ts]
|
```ts [index.d.ts]
|
||||||
declare module '@nuxt/schema' {
|
declare module '@nuxt/schema' {
|
||||||
interface AppConfig {
|
interface AppConfigInput {
|
||||||
/** Theme configuration */
|
/** Theme configuration */
|
||||||
theme: {
|
theme?: {
|
||||||
/** Primary app color */
|
/** Primary app color */
|
||||||
primaryColor: string
|
primaryColor?: string
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user