chore(table): typo (#3374)
This commit is contained in:
parent
05bc4acb9b
commit
7207a0b840
|
|
@ -401,7 +401,7 @@ export interface BasicTableProps<T = any> {
|
||||||
* @param expanded
|
* @param expanded
|
||||||
* @param record
|
* @param record
|
||||||
*/
|
*/
|
||||||
onExpand?: (expande: boolean, record: T) => void;
|
onExpand?: (expanded: boolean, record: T) => void;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Callback executed when the expanded rows change
|
* Callback executed when the expanded rows change
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue