a tool for shared writing and social publishing
298
fork

Configure Feed

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

at update/delete-leaflets 7 lines 163 B view raw
1import type { MDXComponents } from "mdx/types"; 2 3export function useMDXComponents(components: MDXComponents): MDXComponents { 4 return { 5 ...components, 6 }; 7}