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) 194 B
import React from 'react'; type NeoVimLogoProps = React.SVGProps<SVGSVGElement>; export declare const NeoVimLogo: (props: NeoVimLogoProps) => import("react/jsx-runtime").JSX.Element; export {};