initial commit
This commit is contained in:
11
components/mdx/index.ts
Normal file
11
components/mdx/index.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { H2 } from "./H2";
|
||||
import ImageWrapper from "./ImageWrapper";
|
||||
import PreWrapper from "./PreWrapper";
|
||||
import TableWrapper from "./TableWrapper";
|
||||
|
||||
export const MDXComponentsSet = {
|
||||
pre: PreWrapper,
|
||||
table: TableWrapper,
|
||||
img: ImageWrapper,
|
||||
h2: H2,
|
||||
};
|
||||
Reference in New Issue
Block a user