MarkProps
Defined in: react/markput/src/types.ts:15
Props passed to Mark components.
Extended by
Section titled “Extended by”Properties
Section titled “Properties”children?
Section titled “children?”optional children: ReactNode;Defined in: react/markput/src/types.ts:21
Rendered children content (ReactNode) for nested marks
optional meta: string;Defined in: react/markput/src/types.ts:19
Additional metadata for the mark
value?
Section titled “value?”optional value: string;Defined in: react/markput/src/types.ts:17
Main content value of the mark