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