Skip to content

MarkProps

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

Props passed to Mark components.

optional children: ReactNode;

Defined in: packages/markput/src/types.ts:23

Rendered children content (ReactNode) for nested marks


optional meta: string;

Defined in: packages/markput/src/types.ts:19

Additional metadata for the mark


optional nested: string;

Defined in: packages/markput/src/types.ts:21

Nested content as string (raw, unparsed)


optional slot: ComponentType<MarkProps>;

Defined in: packages/markput/src/types.ts:15

Custom component to render this mark


optional value: string;

Defined in: packages/markput/src/types.ts:17

Main content value of the mark