a tool for shared writing and social publishing
0
fork

Configure Feed

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

at update/thread-viewer 3 lines 101 B view raw
1import { isMac } from "@react-aria/utils"; 2 3export const metaKey = () => (isMac() ? "⌘" : "Ctrl");