Lawtext core references • Docs
Lawtext core references / core/src/renderer/rules/any
core/src/renderer/rules/any
Index
Interfaces
Variables
HTMLAnyELsCSS
const
HTMLAnyELsCSS: "\n\n"
Defined in
core/src/renderer/rules/any.tsx:35 (opens in a new tab)
Functions
DOCXAnyELs()
DOCXAnyELs(
props
,deprecatedLegacyContext
?):ReactNode
Parameters
• props: AnyELsProps
& DOCXComponentProps
• deprecatedLegacyContext?: any
Deprecated
See
React Docs (opens in a new tab)
Returns
ReactNode
Defined in
core/src/renderer/rules/any.tsx:264 (opens in a new tab)
DOCXAnyELsToBlocks()
DOCXAnyELsToBlocks(
props
): (Element
|Element
[])[]
Parameters
• props: DOCXComponentProps
& AnyELsProps
Returns
(Element
| Element
[])[]
Defined in
core/src/renderer/rules/any.tsx:162 (opens in a new tab)
HTMLAnyELs()
HTMLAnyELs(
props
,deprecatedLegacyContext
?):ReactNode
Parameters
• props: AnyELsProps
& HTMLComponentProps
• deprecatedLegacyContext?: any
Deprecated
See
React Docs (opens in a new tab)
Returns
ReactNode
Defined in
core/src/renderer/rules/any.tsx:138 (opens in a new tab)
HTMLAnyELsToBlocks()
HTMLAnyELsToBlocks(
props
): (Element
|Element
[])[]
Parameters
• props: HTMLComponentProps
& AnyELsProps
Returns
(Element
| Element
[])[]