mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
12 lines
179 B
TypeScript
12 lines
179 B
TypeScript
export default defineAppConfig({
|
|
toaster: {
|
|
position: 'bottom-right' as const,
|
|
expand: true,
|
|
duration: 5000
|
|
},
|
|
ui: {
|
|
primary: 'sky',
|
|
gray: 'cool'
|
|
}
|
|
})
|