Add SVGElement to type
kitten.sh 2 years ago e4309ae4 83f6aa65
··· 1 1 import type { CSSProperties } from 'react'; 2 2 3 3 - export interface Ref<T extends HTMLElement> { 3 3 + export interface Ref<T extends HTMLElement | SVGElement> { 4 4 readonly current: T | null; 5 5 } 6 6