feat: 新增 border

This commit is contained in:
MTrun
2022-03-26 11:31:14 +08:00
parent 9326c9a59c
commit 71972f0d8c
9 changed files with 78 additions and 80 deletions
+2 -1
View File
@@ -36,7 +36,8 @@ export interface PublicConfigType extends requestConfig {
export interface CreateComponentType extends PublicConfigType {
key: string
chartConfig: ConfigType
option: GlobalThemeJsonType
option?: GlobalThemeJsonType
[T: string]: any
}
// 获取组件实例类中某个key对应value类型的方法