react-compinators
    Preparing search index...

    Function modChildren

    • Modify the children prop, of type ReactNode | undefined of a component.

      Parameters

      • transform: ChildrenTransform

        Function that will be run over the children prop.

      • OptionalmaybeNameWrapper: string

        Optional displayName of the wrapper component.

      Returns FcEndoOf<{ children?: ReactNode }>