Skip to content

Commit 9756cca

Browse files
casserniP0lip
authored andcommitted
fix: typings
1 parent 35a8ca7 commit 9756cca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/JsonSchemaViewer.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export interface IJsonSchemaViewer extends ErrorBoundaryProps {
1717
className?: string;
1818
name?: string;
1919
hideTopBar?: boolean;
20+
maxRows?: number;
2021
}
2122

2223
export class JsonSchemaViewerComponent extends React.PureComponent<IJsonSchemaViewer> {

0 commit comments

Comments
 (0)