fix: do not evaluate from model files

This commit is contained in:
jialin
2025-11-12 15:10:00 +08:00
parent cbc000d35a
commit 653ada5f0f
3 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ interface ThemeType {
}
interface SegmentLineProps extends SegmentedProps {
height?: number;
theme: 'dark' | 'light';
theme?: 'dark' | 'light';
}
const darkTheme: ThemeType = {