Skip to content

MarkProps

Defined in: react/markput/src/types.ts:7

Props passed to Mark components.

optional children: ReactNode;

Defined in: react/markput/src/types.ts:13

Rendered children content (ReactNode) for nested marks


optional meta: string;

Defined in: react/markput/src/types.ts:11

Additional metadata for the mark


optional value: string;

Defined in: react/markput/src/types.ts:9

Main content value of the mark