FunctionImage({
src,
alt,
width,
height,
className,
priority = false,
rounded = false,
relative = false,
src/components/atoms/media/Image.tsx:17
FunctionImageWrapper({
src,
alt,
width = 300,
height = 150,
className,
imageClassName,
}: ImageWrapperProps)
src/components/atoms/image-wrapper.tsx:13
FunctionSectionContainer({
children,
className,
size = "medium",
padding = "default",
spacing = "none",
withBackground = f
src/components/atoms/layout/SectionContainer.tsx:50
FunctionTypography({
children,
variant,
weight,
as,
className,
...props
}: TypographyProps<C>)
src/components/atoms/typography/Typography.tsx:50