@windstream/react-shared-components 0.1.50 → 0.1.52

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.
@@ -663,11 +663,11 @@ declare const toDocument: (v: unknown | null | undefined) => Document | null;
663
663
  */
664
664
  declare function renderContentfulRichText(doc: Document | null | undefined, target?: boolean, className?: string, linkClassName?: string, options?: Options): ReactNode | null;
665
665
  declare function useContentfulRichText(doc: Document | null | undefined, options?: Options): ReactNode | null;
666
- declare function renderContentfulRichTextTable(doc: Document | null | undefined, links?: any): any;
666
+ declare function renderContentfulRichTextTable(doc: Document | null | undefined, links?: any): ReactNode;
667
667
 
668
668
  declare const label1BoldOptions: {
669
669
  renderMark: {
670
- [x: number]: (text: ReactNode) => React$1.DetailedReactHTMLElement<{
670
+ bold: (text: ReactNode) => React$1.DetailedReactHTMLElement<{
671
671
  className: string;
672
672
  }, HTMLElement>;
673
673
  };