Browse Source

chore(table): typo (#3374)

Simon He 1 năm trước cách đây
mục cha
commit
7207a0b840
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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