Library
core
modules
Core Src Renderer Rules Toc

Lawtext core references / core/src/renderer/rules/toc

Module: core/src/renderer/rules/toc

Table of contents

Namespaces

Interfaces

Variables

Functions

Variables

HTMLTOCCSS

Const HTMLTOCCSS: "\n.toc {\n clear: both;\n}\n\n.toc-label {\n clear: both;\n font-weight: bold;\n}\n\n"

Defined in

core/src/renderer/rules/toc.tsx:17 (opens in a new tab)

Functions

DOCXTOC

DOCXTOC(props, context?): ReactNode

Parameters

NameType
propsTOCProps & DOCXComponentProps
context?any

Returns

ReactNode

Defined in

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


DOCXTOCItem

DOCXTOCItem(props, context?): ReactNode

Parameters

NameType
propsTOCItemProps & DOCXComponentProps
context?any

Returns

ReactNode

Defined in

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


HTMLTOC

HTMLTOC(props, context?): ReactNode

Parameters

NameType
propsTOCProps & HTMLComponentProps
context?any

Returns

ReactNode

Defined in

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


HTMLTOCItem

HTMLTOCItem(props, context?): ReactNode

Parameters

NameType
propsTOCItemProps & HTMLComponentProps
context?any

Returns

ReactNode

Defined in

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