@mirantes-micro/foundation-design-system 1.2.126 → 1.2.127

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.
package/dist/index.d.ts CHANGED
@@ -1536,8 +1536,9 @@ interface PdfReaderProps {
1536
1536
  totalPages?: number;
1537
1537
  pdfName?: string;
1538
1538
  className?: string;
1539
+ onMaximizeClicked?: () => void;
1539
1540
  }
1540
- declare const PdfReader: ({ pdfUrl, totalPages: initialTotalPages, pdfName: initialPdfName, className }: PdfReaderProps) => React__default.JSX.Element;
1541
+ declare const PdfReader: ({ pdfUrl, totalPages: initialTotalPages, pdfName: initialPdfName, className, onMaximizeClicked }: PdfReaderProps) => React__default.JSX.Element;
1541
1542
 
1542
1543
  interface PdfFullscreenViewProps {
1543
1544
  pdfUrl: string;