UNPKG

@intersect.mbo/govtool-delegation-pillar

Version:
8 lines (7 loc) 322 B
import type { TypographyProps } from '../Typography'; export type FormErrorMessageProps = { dataTestId?: string; errorMessage?: string; sx?: TypographyProps; }; export declare const FormErrorMessage: ({ dataTestId, errorMessage, sx, }: FormErrorMessageProps) => import("react/jsx-runtime").JSX.Element | null;