@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) • 355 B
TypeScript
import type { FlexTemplateTestimonialsConfig } from '../../FlexTemplate.types';
type FlexSectionTestimonialsProps = {
testimonials: FlexTemplateTestimonialsConfig;
className?: string;
};
export declare function FlexSectionTestimonials({ testimonials, className }: FlexSectionTestimonialsProps): import("react/jsx-runtime").JSX.Element;
export {};