Skip to content

Commit ac2eb60

Browse files
committed
Update props for ArrayEditor
1 parent 6830b51 commit ac2eb60

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ export class ArrayEditor <TObject extends Editable> extends
5757
onRemoveElements: (indices: Array<Number>) => void,
5858
onAddElement: (object: TObject) => void,
5959
parentVisible?: boolean,
60+
defaultRowsPerPage?: number,
6061
}> {}
6162

6263
export const PropTypes: {

0 commit comments

Comments
 (0)