@zealicsolutions/web-ui 0.4.89 → 0.4.91

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