Lawtext core references / core/src/renderer/rules/appdxItem
core/src/renderer/rules/appdxItem
Interfaces
Variables
HTMLAppdxItemCSS
constHTMLAppdxItemCSS: "\n.appdx-item {\n clear: both;\n}\n\n.appdx-item-head {\n clear: both;\n font-weight: bold;\n}\n\n"
Defined in: core/src/renderer/rules/appdxItem.tsx:22 (opens in a new tab)
Functions
DOCXAppdxItem()
DOCXAppdxItem(
props):ReactNode|Promise<ReactNode>
Defined in: core/src/renderer/rules/appdxItem.tsx:109 (opens in a new tab)
Parameters
props
AppdxItemProps & DOCXComponentProps
Returns
ReactNode | Promise<ReactNode>
HTMLAppdxItem()
HTMLAppdxItem(
props):ReactNode|Promise<ReactNode>
Defined in: core/src/renderer/rules/appdxItem.tsx:34 (opens in a new tab)
Parameters
props
AppdxItemProps & HTMLComponentProps
Returns
ReactNode | Promise<ReactNode>