Lawtext core references • Docs
Lawtext core references / core/src/renderer/rules/articleGroup
core/src/renderer/rules/articleGroup
Index
Interfaces
Variables
HTMLArticleGroupCSS
const
HTMLArticleGroupCSS: "\n.main-provision {\n clear: both;\n}\n\n.article-group {\n clear: both;\n}\n\n.article-group-title {\n clear: both;\n font-weight: bold;\n}\n\n.suppl-provision {\n clear: both;\n}\n\n.suppl-provision-label {\n clear: both;\n font-weight: bold;\n}\n"
Defined in
core/src/renderer/rules/articleGroup.tsx:22 (opens in a new tab)
Functions
DOCXArticleGroup()
DOCXArticleGroup(
props
,deprecatedLegacyContext
?):ReactNode
Parameters
• props: ArticleGroupProps
& DOCXComponentProps
• deprecatedLegacyContext?: any
Deprecated
See
React Docs (opens in a new tab)
Returns
ReactNode
Defined in
core/src/renderer/rules/articleGroup.tsx:131 (opens in a new tab)
HTMLArticleGroup()
HTMLArticleGroup(
props
,deprecatedLegacyContext
?):ReactNode
Parameters
• props: ArticleGroupProps
& HTMLComponentProps
• deprecatedLegacyContext?: any
Deprecated
See
React Docs (opens in a new tab)
Returns
ReactNode
Defined in
core/src/renderer/rules/articleGroup.tsx:46 (opens in a new tab)