import { type ElementType, type ReactElement } from 'react'; import type { BehaviorTrackingProps } from '../../core/types/behavior-tracking-props.js'; import type { DataTestId } from '../../core/types/data-props.js'; import type { PolymorphicComponentProps } from '../../core/types/polymorph.js'; import type { StylingProps } from '../../core/types/styling-props.js'; import { Container } from '../../layouts/container/Container.js'; /** * Own props for `FormMessages`, independent of the wrapper element. * @internal */ export type FormMessagesOwnProps = StylingProps & DataTestId & BehaviorTrackingProps & { /** * Associates with a `