UNPKG

@intersect.mbo/govtool-delegation-pillar

Version:
8 lines (7 loc) 323 B
import type { TypographyProps } from '../Typography'; export type FormHelpfulTextProps = { dataTestId?: string; helpfulText?: string; sx?: TypographyProps['sx']; }; export declare const FormHelpfulText: ({ dataTestId, helpfulText, sx, }: FormHelpfulTextProps) => import("react/jsx-runtime").JSX.Element | null;