Function DryUXRenderer

UIUtilRenderer component that renders modals based on the UIUtil context.

  • Parameters

    • props: PropsWithChildren<UIUtilRendererProps>

      The props for the UIUtilRenderer component.

    • Optionalcontext: any

    Returns ReactElement<any, any>

    The UIUtilRenderer component.

Properties

contextTypes?: ValidationMap<any>
defaultProps?: Partial<UIUtilRendererProps>
displayName?: string
propTypes?: WeakValidationMap<UIUtilRendererProps>