Explorar el Código

chore(table): typo (#3374)

Simon He hace 1 año
padre
commit
7207a0b840
Se han modificado 1 ficheros con 1 adiciones y 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