/
githubmirror
/
docusaurus
Обзор
Документация
Войти
/
githubmirror
/
docusaurus
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
website/src/theme/MDXComponents.tsx
18 строк
485 B
Sébastien Lorber
feat: upgrade to MDX v2 (#8288)
21 апр 2023, 20:48
Не верифицирован
21 апр 2023, 20:48
bf913ae
Код
Авторство
О чём код?
/** * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ import MDXComponents from '@theme-original/MDXComponents'; import Code from '@theme/MDXComponents/Code'; import Highlight from '@site/src/components/Highlight'; import TweetQuote from '@site/src/components/TweetQuote'; export default { ...MDXComponents, Code, Highlight, TweetQuote, };