Common front-end components for Web using the Tesseract design system, written for React. https://make.modal.sh/tesseract/web/react/common
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

7 行
164 B

  1. const withMDX = require('next-mdx-frontmatter')({
  2. extension: /\.mdx?$/
  3. })
  4. module.exports = withMDX({
  5. pageExtensions: ['js', 'jsx', 'ts', 'tsx', 'md', 'mdx']
  6. })