mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-13 16:16:46 +08:00
5 lines
111 B
TypeScript
5 lines
111 B
TypeScript
declare module '*.mdx' {
|
|
let MDXComponent: (props: any) => JSX.Element;
|
|
export default MDXComponent;
|
|
}
|