@progress/kendo-react-pdf-viewer 6.0.3-dev.202310161841 → 6.0.3-dev.202310241135

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -195,6 +195,14 @@ export interface PDFViewerHandle {
195
195
  }
196
196
  /**
197
197
  * Represents the [KendoReact PDFViewer component]({% slug api_pdf-viewer_pdfviewerprops %}).
198
+ *
199
+ * @example
200
+ * ```jsx
201
+ * function App() {
202
+ * return <PDFViewer url="sample.pdf" />;
203
+ * }
204
+ * ReactDOM.render(<App />, document.querySelector('my-app'));
205
+ * ```
198
206
  */
199
207
  export declare const PDFViewer: React.ForwardRefExoticComponent<PDFViewerProps & React.RefAttributes<PDFViewerHandle | null>>;
200
208
  export {};
@@ -56,6 +56,14 @@ const sortByPriority = (a, b) => {
56
56
  };
57
57
  /**
58
58
  * Represents the [KendoReact PDFViewer component]({% slug api_pdf-viewer_pdfviewerprops %}).
59
+ *
60
+ * @example
61
+ * ```jsx
62
+ * function App() {
63
+ * return <PDFViewer url="sample.pdf" />;
64
+ * }
65
+ * ReactDOM.render(<App />, document.querySelector('my-app'));
66
+ * ```
59
67
  */
60
68
  export const PDFViewer = React.forwardRef((props, ref) => {
61
69
  validatePackage(packageMetadata);
@@ -5,7 +5,7 @@ export const packageMetadata = {
5
5
  name: '@progress/kendo-react-pdf-viewer',
6
6
  productName: 'KendoReact',
7
7
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
8
- publishDate: 1697480724,
8
+ publishDate: 1698146201,
9
9
  version: '',
10
10
  licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
11
11
  };
@@ -195,6 +195,14 @@ export interface PDFViewerHandle {
195
195
  }
196
196
  /**
197
197
  * Represents the [KendoReact PDFViewer component]({% slug api_pdf-viewer_pdfviewerprops %}).
198
+ *
199
+ * @example
200
+ * ```jsx
201
+ * function App() {
202
+ * return <PDFViewer url="sample.pdf" />;
203
+ * }
204
+ * ReactDOM.render(<App />, document.querySelector('my-app'));
205
+ * ```
198
206
  */
199
207
  export declare const PDFViewer: React.ForwardRefExoticComponent<PDFViewerProps & React.RefAttributes<PDFViewerHandle | null>>;
200
208
  export {};
@@ -59,6 +59,14 @@ const sortByPriority = (a, b) => {
59
59
  };
60
60
  /**
61
61
  * Represents the [KendoReact PDFViewer component]({% slug api_pdf-viewer_pdfviewerprops %}).
62
+ *
63
+ * @example
64
+ * ```jsx
65
+ * function App() {
66
+ * return <PDFViewer url="sample.pdf" />;
67
+ * }
68
+ * ReactDOM.render(<App />, document.querySelector('my-app'));
69
+ * ```
62
70
  */
63
71
  exports.PDFViewer = React.forwardRef((props, ref) => {
64
72
  (0, kendo_react_common_1.validatePackage)(package_metadata_1.packageMetadata);
@@ -8,7 +8,7 @@ exports.packageMetadata = {
8
8
  name: '@progress/kendo-react-pdf-viewer',
9
9
  productName: 'KendoReact',
10
10
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
11
- publishDate: 1697480724,
11
+ publishDate: 1698146201,
12
12
  version: '',
13
13
  licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
14
14
  };