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