UNPKG

@primer/react-brand

Version:

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

17 lines (16 loc) 848 B
export { HeroLabel } from './HeroLabel'; export type { HeroLabelProps } from './HeroLabel'; export { HeroHeading } from './HeroHeading'; export type { HeroHeadingProps } from './HeroHeading'; export { HeroDescription } from './HeroDescription'; export type { HeroDescriptionProps } from './HeroDescription'; export { HeroImage } from './HeroImage'; export type { HeroImageProps } from './HeroImage'; export { HeroVideo } from './HeroVideo'; export type { HeroVideoProps } from './HeroVideo'; export { HeroEyebrow } from './HeroEyebrow'; export type { HeroEyebrowProps } from './HeroEyebrow'; export { HeroPrimaryAction } from './HeroPrimaryAction'; export type { HeroPrimaryActionProps } from './HeroPrimaryAction'; export { HeroSecondaryAction } from './HeroSecondaryAction'; export type { HeroSecondaryActionProps } from './HeroSecondaryAction';