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) 233 B
import { type HTMLAttributes } from 'react'; type SeekControlProps = HTMLAttributes<HTMLDivElement>; export declare const SeekControl: ({ className, ...rest }: SeekControlProps) => import("react/jsx-runtime").JSX.Element; export {};