Lawtext core references / core/src/renderer/rules/any
core/src/renderer/rules/any
Interfaces
Variables
DOCXAnyELs
constDOCXAnyELs:FC<AnyELsProps&DOCXComponentProps> &object
Defined in: core/src/renderer/rules/any.tsx:264
Type Declaration
componentID
componentID:
"DOCXAnyELs"
HTMLAnyELs
constHTMLAnyELs:FC<AnyELsProps&HTMLComponentProps> &object
Defined in: core/src/renderer/rules/any.tsx:138
Type Declaration
componentID
componentID:
"HTMLAnyELs"
HTMLAnyELsCSS
constHTMLAnyELsCSS: “\n\n”
Defined in: core/src/renderer/rules/any.tsx:35
Functions
DOCXAnyELsToBlocks()
DOCXAnyELsToBlocks(
props): (Element|Element[])[]
Defined in: core/src/renderer/rules/any.tsx:162
Parameters
props
DOCXComponentProps & AnyELsProps
Returns
(Element | Element[])[]
HTMLAnyELsToBlocks()
HTMLAnyELsToBlocks(
props): (Element|Element[])[]
Defined in: core/src/renderer/rules/any.tsx:39
Parameters
props
HTMLComponentProps & AnyELsProps
Returns
(Element | Element[])[]