UNPKG

@primer/react-brand

Version:

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

4 lines (3 loc) 229 B
import { type HTMLAttributes } from 'react'; export type ControlsBarProps = HTMLAttributes<HTMLDivElement>; export declare const ControlsBar: ({ className, ...rest }: ControlsBarProps) => import("react/jsx-runtime").JSX.Element;