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) 220 B
import { type RefObject } from 'react'; export type KeypressHandler = [KeyboardEvent['key'], (e: KeyboardEvent) => void]; export declare const useVideoKeypressHandlers: (videoWrapperRef: RefObject<HTMLElement>) => void;