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