mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-25 14:20:21 +08:00
4 lines
116 B
TypeScript
4 lines
116 B
TypeScript
declare namespace NaiveUI {
|
|
type ThemeColor = 'default' | 'error' | 'primary' | 'info' | 'success' | 'warning';
|
|
}
|