Library
core
src
renderer
rules
paragraphItem
Readme

Lawtext core references


Lawtext core references / core/src/renderer/rules/paragraphItem

core/src/renderer/rules/paragraphItem

Interfaces

Variables

HTMLParagraphItemCSS

const HTMLParagraphItemCSS: string

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

Functions

DOCXParagraphItem()

DOCXParagraphItem(props): ReactNode | Promise<ReactNode>

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

Parameters

props

ParagraphItemProps & DOCXComponentProps

Returns

ReactNode | Promise<ReactNode>


HTMLParagraphItem()

HTMLParagraphItem(props): ReactNode | Promise<ReactNode>

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

Parameters

props

ParagraphItemProps & HTMLComponentProps

Returns

ReactNode | Promise<ReactNode>