gtsoft-snail-job-admin/src/typings/naive-ui.d.ts

5 lines
212 B
TypeScript
Raw Normal View History

2024-03-21 10:57:53 +08:00
declare namespace NaiveUI {
type ThemeColor = 'default' | 'error' | 'primary' | 'info' | 'success' | 'warning';
type Align = 'stretch' | 'baseline' | 'start' | 'end' | 'center' | 'flex-end' | 'flex-start';
}