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.

at 476eed0345ed4fdb6556b36a0e530be8bdfd738c 3 lines 78 B view raw
1export interface Ref<T extends HTMLElement> { 2 readonly current: T | null; 3}