瀏覽代碼

chore(table): typo (#3374)

Simon He 1 年之前
父節點
當前提交
7207a0b840
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/Table/src/types/table.ts

+ 1 - 1
src/components/Table/src/types/table.ts

@@ -401,7 +401,7 @@ export interface BasicTableProps<T = any> {
    * @param expanded
    * @param record
    */
-  onExpand?: (expande: boolean, record: T) => void;
+  onExpand?: (expanded: boolean, record: T) => void;
 
   /**
    * Callback executed when the expanded rows change