Skip to content

Commit ac2eb60

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)