8 lines
92 B
TypeScript
8 lines
92 B
TypeScript
declare module '#app' {
|
|
interface PageMeta {
|
|
centerContent?: boolean
|
|
}
|
|
}
|
|
|
|
export {}
|