Lawtext core references • Docs
Lawtext core references / core/src/renderer/rules/article
core/src/renderer/rules/article
Index
Interfaces
Variables
HTMLArticleCSS
const
HTMLArticleCSS: "\n.article {\n clear: both;\n}\n\n"
Defined in
core/src/renderer/rules/article.tsx:20 (opens in a new tab)
Functions
DOCXArticle()
DOCXArticle(
props
,deprecatedLegacyContext
?):ReactNode
Parameters
• props: ArticleProps
& DOCXComponentProps
• deprecatedLegacyContext?: any
Deprecated
See
React Docs (opens in a new tab)
Returns
ReactNode
Defined in
core/src/renderer/rules/article.tsx:85 (opens in a new tab)
HTMLArticle()
HTMLArticle(
props
,deprecatedLegacyContext
?):ReactNode
Parameters
• props: ArticleProps
& HTMLComponentProps
• deprecatedLegacyContext?: any
Deprecated
See
React Docs (opens in a new tab)
Returns
ReactNode