Mirror: React hooks for accessible, common web interactions. UI super powers without the UI.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add SVGElement to type

+1 -1
+1 -1
src/types.ts
··· 1 1 import type { CSSProperties } from 'react'; 2 2 3 - export interface Ref<T extends HTMLElement> { 3 + export interface Ref<T extends HTMLElement | SVGElement> { 4 4 readonly current: T | null; 5 5 } 6 6