update document

master
lgf 3 years ago
parent de79d1863a
commit 9f791fc1e1
  1. 2
      README.md

@ -154,7 +154,7 @@ export interface videoAttributes<T = number, K = boolean> {
export interface videoparameter extends Partial<videoCallback> { export interface videoparameter extends Partial<videoCallback> {
style?: React.CSSProperties; style?: React.CSSProperties;
/** /**
* @description 组件的配置项 * @description Component configuration items
*/ */
option: videoOption; option: videoOption;
className?: string; className?: string;

Loading…
Cancel
Save