@zealicsolutions/web-ui 0.3.143 → 0.3.144

Sign up to get free protection for your applications and to get access to all the features.
@@ -22,4 +22,4 @@ export declare type RichTextEditorProps = Partial<{
22
22
  moleculeId: string;
23
23
  isTrigger: boolean;
24
24
  }>;
25
- export declare const RichTextViewer: ({ value, color, textStyles, font, numberOfLines, extraTextProps, renderElementWrapperComponent, renderElementWrapperProps, htmlElementId, moleculeId, isTrigger, }: RichTextEditorProps) => false | JSX.Element | null;
25
+ export declare const RichTextViewer: ({ value, color, textStyles, font, numberOfLines, extraTextProps, renderElementWrapperComponent, renderElementWrapperProps, htmlElementId, moleculeId, isTrigger, }: RichTextEditorProps) => JSX.Element | null;