UNPKG

@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) 288 B
import type { FlexTemplateSection } from '../FlexTemplate.types'; type FlexSectionProps = { component: FlexTemplateSection; className?: string; }; export declare function FlexSection({ component, className }: FlexSectionProps): import("react/jsx-runtime").JSX.Element; export {};