@windstream/react-shared-components 0.1.46 → 0.1.47

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.
@@ -640,11 +640,11 @@ declare const toDocument: (v: unknown | null | undefined) => Document | null;
640
640
  */
641
641
  declare function renderContentfulRichText(doc: Document | null | undefined, target?: boolean, className?: string, linkClassName?: string, options?: Options): ReactNode | null;
642
642
  declare function useContentfulRichText(doc: Document | null | undefined, options?: Options): ReactNode | null;
643
- declare function renderContentfulRichTextTable(doc: Document | null | undefined, links?: any): ReactNode;
643
+ declare function renderContentfulRichTextTable(doc: Document | null | undefined, links?: any): any;
644
644
 
645
645
  declare const label1BoldOptions: {
646
646
  renderMark: {
647
- bold: (text: ReactNode) => React$1.DetailedReactHTMLElement<{
647
+ [x: number]: (text: ReactNode) => React$1.DetailedReactHTMLElement<{
648
648
  className: string;
649
649
  }, HTMLElement>;
650
650
  };