Library
core
src
renderer
rules
law
Readme

Lawtext core references


Lawtext core references / core/src/renderer/rules/law

core/src/renderer/rules/law

Interfaces

Variables

HTMLEnactStatementCSS

const HTMLEnactStatementCSS: "\n.enact-statement {\n clear: both;\n}\n"

Defined in: core/src/renderer/rules/law.tsx:24 (opens in a new tab)


HTMLLawCSS

const HTMLLawCSS: "\n.law-title {\n font-weight: bold;\n}\n\n.law-num {\n font-weight: bold;\n}\n"

Defined in: core/src/renderer/rules/law.tsx:115 (opens in a new tab)


HTMLPreambleCSS

const HTMLPreambleCSS: "\n.preamble {\n clear: both;\n}\n"

Defined in: core/src/renderer/rules/law.tsx:59 (opens in a new tab)

Functions

DOCXEnactStatement()

DOCXEnactStatement(props): ReactNode | Promise<ReactNode>

Defined in: core/src/renderer/rules/law.tsx:41 (opens in a new tab)

Parameters

props

EnactStatementProps & DOCXComponentProps

Returns

ReactNode | Promise<ReactNode>


DOCXLaw()

DOCXLaw(props): ReactNode | Promise<ReactNode>

Defined in: core/src/renderer/rules/law.tsx:202 (opens in a new tab)

Parameters

props

LawProps & DOCXComponentProps

Returns

ReactNode | Promise<ReactNode>


DOCXPreamble()

DOCXPreamble(props): ReactNode | Promise<ReactNode>

Defined in: core/src/renderer/rules/law.tsx:88 (opens in a new tab)

Parameters

props

PreambleProps & DOCXComponentProps

Returns

ReactNode | Promise<ReactNode>


HTMLEnactStatement()

HTMLEnactStatement(props): ReactNode | Promise<ReactNode>

Defined in: core/src/renderer/rules/law.tsx:30 (opens in a new tab)

Parameters

props

EnactStatementProps & HTMLComponentProps

Returns

ReactNode | Promise<ReactNode>


HTMLLaw()

HTMLLaw(props): ReactNode | Promise<ReactNode>

Defined in: core/src/renderer/rules/law.tsx:125 (opens in a new tab)

Parameters

props

LawProps & HTMLComponentProps

Returns

ReactNode | Promise<ReactNode>


HTMLPreamble()

HTMLPreamble(props): ReactNode | Promise<ReactNode>

Defined in: core/src/renderer/rules/law.tsx:65 (opens in a new tab)

Parameters

props

PreambleProps & HTMLComponentProps

Returns

ReactNode | Promise<ReactNode>