UNPKG

@primer/react-brand

Version:

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

5 lines 274 B
import { type HTMLAttributes } from 'react'; type SeekControlProps = HTMLAttributes<HTMLDivElement>; export declare const SeekControl: ({ className, ...rest }: SeekControlProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=SeekControl.d.ts.map