Library
core
modules
Core Src Renderer Rules Articlegroup

Lawtext core references / core/src/renderer/rules/articleGroup

Module: core/src/renderer/rules/articleGroup

Table of contents

Namespaces

Interfaces

Variables

Functions

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:19 (opens in a new tab)

Functions

DOCXArticleGroup

DOCXArticleGroup(props, context?): ReactNode

Parameters

NameType
propsArticleGroupProps & DOCXComponentProps
context?any

Returns

ReactNode

Defined in

core/node_modules/@types/react/index.d.ts:565


HTMLArticleGroup

HTMLArticleGroup(props, context?): ReactNode

Parameters

NameType
propsArticleGroupProps & HTMLComponentProps
context?any

Returns

ReactNode

Defined in

core/node_modules/@types/react/index.d.ts:565