Something went wrong. Try again.
A Bsky-like frontend using the atprotocol natively.
Something went wrong. Try again.
182 B · 6 lines
TypeScript
at main
1234567import { useContext } from 'react';import { VideoAutoplayContext } from './videoAutoplayContext';
export function useVideoAutoplay() { return useContext(VideoAutoplayContext);}