{"meta":"<p>Basic text writing, including headings, body text, lists, and more.</p>\n<h2 id=\"When To Use\">When To Use <a class=\"header-anchor scroll-count-item\" href=\"#When To Use\" data-scroll-id=\"When To Use\">#</a></h2>\n<ul>\n<li>When need to display title or paragraph contents in Articles/Blogs/Notes.</li>\n</ul>\n","api":"<h2 id=\"API\">API <a class=\"header-anchor scroll-count-item\" href=\"#API\" data-scroll-id=\"API\">#</a></h2>\n<h3 id=\"Typography\">Typography <a class=\"header-anchor scroll-count-item\" href=\"#Typography\" data-scroll-id=\"Typography\">#</a></h3>\n<p>Inherit the Typography.Text API</p>\n<table>\n<thead>\n<tr>\n<th>Param</th>\n<th>Description</th>\n<th>Type</th>\n<th>Default Value</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>component</td>\n<td>Set Label Type</td>\n<td>string | React.JSX.IntrinsicElements</td>\n<td>article</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n<h3 id=\"Typography Title\">Typography.Title <a class=\"header-anchor scroll-count-item\" href=\"#Typography Title\" data-scroll-id=\"Typography Title\">#</a></h3>\n<p>T is divided into H1, H2, H3, H4, H5, H6 components, representing different levels of headings</p>\n<p>Inherit the Typography.Text API</p>\n<h3 id=\"Typography Paragraph\">Typography.Paragraph <a class=\"header-anchor scroll-count-item\" href=\"#Typography Paragraph\" data-scroll-id=\"Typography Paragraph\">#</a></h3>\n<p>Inherit the Typography.Text API</p>\n<table>\n<thead>\n<tr>\n<th>Param</th>\n<th>Description</th>\n<th>Type</th>\n<th>Default Value</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>component</td>\n<td>Set Label Type</td>\n<td>string | React.JSX.IntrinsicElements</td>\n<td>p</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n<h3 id=\"Typography Text\">Typography.Text <a class=\"header-anchor scroll-count-item\" href=\"#Typography Text\" data-scroll-id=\"Typography Text\">#</a></h3>\n<table>\n<thead>\n<tr>\n<th>Param</th>\n<th>Description</th>\n<th>Type</th>\n<th>Default Value</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>delete</td>\n<td>Add strikethrough style</td>\n<td>boolean</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>mark</td>\n<td>Add markup style</td>\n<td>boolean</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>underline</td>\n<td>Add underline style</td>\n<td>boolean</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>strong</td>\n<td>Bold or not</td>\n<td>boolean</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>code</td>\n<td>Add Code Style</td>\n<td>boolean</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>component</td>\n<td>SetLabel Type</td>\n<td>string | React.JSX.IntrinsicElements</td>\n<td>span</td>\n<td></td>\n</tr>\n<tr>\n<td>rtl</td>\n<td>Whether to display in rtl mode</td>\n<td>boolean</td>\n<td>false</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n"}