@elliemae/pui-logrocket 1.0.3 → 1.0.4

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.
@@ -1,4 +1,8 @@
1
1
  import LogRocket from 'logrocket';
2
+ /**
3
+ * LogRocket initialization options
4
+ * @useDeclaredType
5
+ */
2
6
  export type LROptions = Parameters<typeof LogRocket.init>[1] & {
3
7
  /**
4
8
  * unique identifier of the logrocket project
@@ -22,7 +26,7 @@ export type LROptions = Parameters<typeof LogRocket.init>[1] & {
22
26
  * childDomains: ['.your-domain.com'], // default is null
23
27
  * parentDomain: '.your-domain.com', // default is null
24
28
  * });
25
- * @param options LROptions option to initialize logrocket
29
+ * @param options {@link LROptions} - LogRocket initialization options
26
30
  */
27
31
  declare const initLogRocket: (options?: LROptions) => void;
28
32
  export { LogRocket, initLogRocket };