mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-12 16:47:26 +02:00
refactor: move deps declarations into src (#5946)
This commit is contained in:
parent
81ab250326
commit
c5feac6ba2
4 changed files with 0 additions and 1 deletions
13
packages/docusaurus-plugin-content-docs/src/deps.d.ts
vendored
Normal file
13
packages/docusaurus-plugin-content-docs/src/deps.d.ts
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
/**
|
||||
* 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 'remark-admonitions' {
|
||||
type Options = Record<string, unknown>;
|
||||
|
||||
const plugin: (options?: Options) => void;
|
||||
export = plugin;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue