6 lines
61 B
TypeScript
6 lines
61 B
TypeScript
|
export const globalState: {
|
||
|
title?: any
|
||
|
} = $state({
|
||
|
|
||
|
})
|