/
githubmirror
/
docusaurus
Обзор
Документация
Войти
/
githubmirror
/
docusaurus
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
website/src/theme/ReactLiveScope/index.ts
16 строк
360 B
Joshua Chen
refactor: unify export directive style (#6751)
24 фев 2022, 12:25
Не верифицирован
24 фев 2022, 12:25
0d14470
Код
Авторство
О чём код?
/** * 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 React from 'react'; import * as components from './components'; // Add react-live imports you need here export default { React, ...React, ...components, };