Lawtext core references / core/src/renderer/rules/law
core/src/renderer/rules/law
Interfaces
Variables
HTMLEnactStatementCSS
constHTMLEnactStatementCSS: "\n.enact-statement {\n clear: both;\n}\n"
Defined in: core/src/renderer/rules/law.tsx:24 (opens in a new tab)
HTMLLawCSS
constHTMLLawCSS: "\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
constHTMLPreambleCSS: "\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
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
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>