Explorar o código

chore(table): typo (#3374)

Simon He hai 1 ano
pai
achega
7207a0b840
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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