index.tsx 428 B

12345678910111213
  1. export { default as h1 } from "./h1";
  2. export { default as h2 } from "./h2";
  3. export { default as h3 } from "./h3";
  4. export { default as h4 } from "./h4";
  5. export { default as h5 } from "./h5";
  6. export { default as h6 } from "./h6";
  7. export { default as a } from "./a";
  8. export { default as img } from "./img";
  9. export { default as table } from "./table";
  10. export { default as p } from "./p";
  11. export { default as code } from "./code";