/
githubmirror
/
docusaurus
Обзор
Документация
Войти
/
githubmirror
/
docusaurus
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/docusaurus-theme-live-codeblock/src/deps.d.ts
20 строк
604 B
Chongyi Zheng
chore: upgrade syntax highlighting dependencies, `prism-react-renderer` to v2, `react-live` to v4 (#9316)
06 окт 2023, 20:15
Не верифицирован
06 окт 2023, 20:15
dceaae4
Код
Авторство
О чём код?
/** * 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 '@philpl/buble' { import type {TransformOptions as OriginalTransformOptions} from 'buble'; // eslint-disable-next-line no-restricted-syntax export * from 'buble'; export const features: string[]; export type TransformOptions = OriginalTransformOptions & { transforms?: OriginalTransformOptions['transforms'] & { asyncAwait?: boolean; getterSetter?: boolean; }; }; }