docs: fix wrong description about Avatar's Design Token (#44634)

Co-authored-by: 叶宇轩 <--global>
This commit is contained in:
Victor Ye 2023-09-05 23:19:06 +08:00 committed by GitHub
parent 002382c85f
commit dff3c63e1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,8 +5,8 @@ import { genComponentStyleHook, mergeToken } from '../../theme/internal';
export interface ComponentToken {
/**
* @desc
* @descEN Background color of Avatar
* @desc
* @descEN Size of Avatar
*/
containerSize: number;
/**