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