Vanessa 2023-06-30 16:26:35 +08:00
parent be1b34a163
commit 9143bb8a2f
2 changed files with 15 additions and 2 deletions

View file

@ -837,8 +837,9 @@ interface IAVCell {
color: string,
bgColor: string,
value: string,
valueType: TAVCol,
renderValue: {
content: string,
id: string,
}
} | string
}