@primer/react-brand
Version:
Primer Brand is a GitHub's design system for creating React-based marketing websites and digital experiences.
8 lines (7 loc) • 352 B
TypeScript
import type { FlexTemplateTestimonialsConfig } from '../../FlexTemplate.types';
type ContentfulTestimonialsProps = {
testimonials: FlexTemplateTestimonialsConfig;
className?: string;
};
export declare function ContentfulTestimonials({ testimonials, className }: ContentfulTestimonialsProps): import("react/jsx-runtime").JSX.Element;
export {};