We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6830b51 commit ac2eb60Copy full SHA for ac2eb60
index.d.ts
@@ -57,6 +57,7 @@ export class ArrayEditor <TObject extends Editable> extends
57
onRemoveElements: (indices: Array<Number>) => void,
58
onAddElement: (object: TObject) => void,
59
parentVisible?: boolean,
60
+ defaultRowsPerPage?: number,
61
}> {}
62
63
export const PropTypes: {
0 commit comments