Library
core
src
renderer
rules
arithFormulaRun
Readme

Lawtext core references


Lawtext core references / core/src/renderer/rules/arithFormulaRun

core/src/renderer/rules/arithFormulaRun

Interfaces

Variables

HTMLArithFormulaRunCSS

const HTMLArithFormulaRunCSS: "\n"

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

Functions

DOCXArithFormulaRun()

DOCXArithFormulaRun(props): ReactNode | Promise<ReactNode>

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

Parameters

props

ArithFormulaRunProps & DOCXComponentProps

Returns

ReactNode | Promise<ReactNode>


HTMLArithFormulaRun()

HTMLArithFormulaRun(props): ReactNode | Promise<ReactNode>

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

Parameters

props

ArithFormulaRunProps & HTMLComponentProps

Returns

ReactNode | Promise<ReactNode>