fix: do not evaluate from model files
This commit is contained in:
@@ -11,7 +11,7 @@ interface ThemeType {
|
||||
}
|
||||
interface SegmentLineProps extends SegmentedProps {
|
||||
height?: number;
|
||||
theme: 'dark' | 'light';
|
||||
theme?: 'dark' | 'light';
|
||||
}
|
||||
|
||||
const darkTheme: ThemeType = {
|
||||
|
||||
Reference in New Issue
Block a user