diff --git a/README.md b/README.md index 455484c..4fdbc99 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ export interface videoAttributes { export interface videoparameter extends Partial { style?: React.CSSProperties; /** - * @description 组件的配置项 + * @description Component configuration items */ option: videoOption; className?: string;