/
githubmirror
/
docusaurus
Обзор
Документация
Войти
/
githubmirror
/
docusaurus
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
website/src/theme/theme.d.ts
10 строк
293 B
Joshua Chen
refactor: make entire project typecheck with root tsconfig (#7466)
23 май 2022, 07:54
Не верифицирован
23 май 2022, 07:54
2d94d57
Код
Авторство
О чём код?
/** * 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. */ declare module '@theme-original/ColorModeToggle' { export {default} from '@theme/ColorModeToggle'; }