mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-01-14 00:28:28 -05:00
6 lines
147 B
TypeScript
6 lines
147 B
TypeScript
//This file is used to add custom components to the MDX renderer
|
|
|
|
export function useMDXComponents(components: any) {
|
|
return { ...components }
|
|
}
|