Skip to main content

TransformProps

TransformProps = object

Properties

PropertyModifierTypeDescription

transform

readonly

(children, index) => string

Function which transforms children output. It accepts children and must return transformed children too.

children?

readonly

ReactNode