mirror of
https://github.com/hyperdxio/hyperdx
synced 2026-04-21 21:37:41 +00:00
4 lines
75 B
TypeScript
4 lines
75 B
TypeScript
declare module '*.mdx' {
|
|
export default any;
|
|
export const meta: any;
|
|
}
|