File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -115,14 +115,12 @@ PSPDFKitView.propTypes = {
115115 * @platform ios
116116 */
117117 onCloseButtonPressed : PropTypes . func ,
118-
119118 /**
120119 * Callback that is called when the document is saved.
121120 *
122121 * @platform ios
123122 */
124- onDocumentSaved : PropTypes . func ,
125-
123+ onDocumentSaved : PropTypes . func ,
126124 /**
127125 * Callback that is called when the state of the PSPDFKitView changes.
128126 * Returns an object with the following structure:
Original file line number Diff line number Diff line change 1717
1818@property (nonatomic , readonly ) PSPDFViewController *pdfController;
1919@property (nonatomic ) BOOL hideNavigationBar;
20-
2120@property (nonatomic , readonly ) UIBarButtonItem *closeButton;
2221@property (nonatomic , copy ) RCTBubblingEventBlock onCloseButtonPressed;
2322@property (nonatomic , copy ) RCTBubblingEventBlock onDocumentSaved;
You can’t perform that action at this time.
0 commit comments