初步完成了编辑器
This commit is contained in:
@@ -20,3 +20,10 @@ export interface ProgressStyle {
|
||||
railColor: string
|
||||
height: number
|
||||
}
|
||||
|
||||
export interface GenericProgressStyleExtendParam {
|
||||
progressColor: string
|
||||
progressRailColor: string
|
||||
color: string
|
||||
backgroundColor: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user