MarkProps
Defined in: packages/markput/src/types.ts:13
Simplified props passed to Mark components via slotProps
Properties
Section titled “Properties”children?
Section titled “children?”optional children: ReactNode;Defined in: packages/markput/src/types.ts:21
Rendered children content (ReactNode) for nested marks
optional meta: string;Defined in: packages/markput/src/types.ts:17
Additional metadata for the mark
nested?
Section titled “nested?”optional nested: string;Defined in: packages/markput/src/types.ts:19
Nested content as string (raw, unparsed)
value?
Section titled “value?”optional value: string;Defined in: packages/markput/src/types.ts:15
Main content value of the mark