@liner-fe/prism 2.5.13 → 2.5.15

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/lib/index.d.ts CHANGED
@@ -198,7 +198,7 @@ type ParagraphProps = IPropsNormal | IPropsPost | IPropsAccent | IPropsAnswer;
198
198
  declare const Paragraph: react.ForwardRefExoticComponent<ParagraphProps & react.RefAttributes<HTMLParagraphElement>>;
199
199
 
200
200
  interface ITitleProps extends ITypographyCommon {
201
- type: ACCENT | NORMAL;
201
+ type: ACCENT;
202
202
  weight: BOLD;
203
203
  size: 1 | 2 | 3 | 4 | 5;
204
204
  }