Home > @uniformdev/design-system > ParagraphProps
ParagraphProps type
Signature:
type ParagraphProps = {
children?: React$1.ReactNode;
htmlContent?: string | string[];
className?: SerializedStyles | string;
} & React$1.HTMLAttributes<HTMLParagraphElement>;