feat: 新增图表位置处理

This commit is contained in:
MTrun
2022-02-25 21:26:56 +08:00
parent d9a3b358e7
commit 0c2da460a3
11 changed files with 310 additions and 272 deletions
+3
View File
@@ -25,6 +25,9 @@ export interface CreateComponentType extends PublicConfigType {
option: GlobalThemeJsonType
}
// 获取组件实例类中某个key对应value类型的方法
export type PickCreateComponentType<T extends keyof CreateComponentType> = Pick<CreateComponentType, T>[T]
// 包分类枚举
export enum PackagesCategoryEnum {
CHARTS = 'Charts',