Library
core
modules
Core Src Renderer Rules Any

Lawtext core references / core/src/renderer/rules/any

Module: core/src/renderer/rules/any

Table of contents

Namespaces

Interfaces

Variables

Functions

Variables

HTMLAnyELsCSS

Const HTMLAnyELsCSS: "\n\n"

Defined in

core/src/renderer/rules/any.tsx:31 (opens in a new tab)

Functions

DOCXAnyELs

DOCXAnyELs(props, context?): ReactNode

Parameters

NameType
propsAnyELsProps & DOCXComponentProps
context?any

Returns

ReactNode

Defined in

core/node_modules/@types/react/index.d.ts:565


DOCXAnyELsToBlocks

DOCXAnyELsToBlocks(props): (Element | Element[])[]

Parameters

NameType
propsDOCXComponentProps & AnyELsProps

Returns

(Element | Element[])[]

Defined in

core/src/renderer/rules/any.tsx:158 (opens in a new tab)


HTMLAnyELs

HTMLAnyELs(props, context?): ReactNode

Parameters

NameType
propsAnyELsProps & HTMLComponentProps
context?any

Returns

ReactNode

Defined in

core/node_modules/@types/react/index.d.ts:565


HTMLAnyELsToBlocks

HTMLAnyELsToBlocks(props): (Element | Element[])[]

Parameters

NameType
propsHTMLComponentProps & AnyELsProps

Returns

(Element | Element[])[]

Defined in

core/src/renderer/rules/any.tsx:35 (opens in a new tab)