Library
core
src
renderer
rules
supplNote
Readme

Lawtext core references


Lawtext core references / core/src/renderer/rules/supplNote

core/src/renderer/rules/supplNote

Interfaces

Variables

HTMLSupplNoteCSS

const HTMLSupplNoteCSS: "\n.suppl-note {\n clear: both;\n}\n"

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

Functions

DOCXSupplNote()

DOCXSupplNote(props): ReactNode | Promise<ReactNode>

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

Parameters

props

SupplNoteProps & DOCXComponentProps

Returns

ReactNode | Promise<ReactNode>


HTMLSupplNote()

HTMLSupplNote(props): ReactNode | Promise<ReactNode>

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

Parameters

props

SupplNoteProps & HTMLComponentProps

Returns

ReactNode | Promise<ReactNode>