UNPKG

@primer/react-brand

Version:

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

7 lines (6 loc) 282 B
import { type HTMLAttributes } from 'react'; type IconControlProps = { tooltip: string; } & HTMLAttributes<HTMLButtonElement>; export declare const IconControl: ({ tooltip, children, className, ...rest }: IconControlProps) => import("react/jsx-runtime").JSX.Element; export {};