UNPKG

@primer/react-brand

Version:

Primer Brand is a GitHub's design system for creating React-based marketing websites and digital experiences.

5 lines (4 loc) 321 B
import React, { PropsWithChildren } from 'react'; import type { BaseProps } from '../../component-helpers'; export type HeroEyebrowProps = PropsWithChildren<BaseProps<HTMLDivElement>>; export declare const HeroEyebrow: React.ForwardRefExoticComponent<Omit<HeroEyebrowProps, "ref"> & React.RefAttributes<HTMLDivElement>>;