Mirror: React hooks for accessible, common web interactions. UI super powers without the UI.
1export interface Ref<T extends HTMLElement> { 2 readonly current: T | null; 3}