mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-13 00:57:53 +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
|
@ -5,7 +5,6 @@
|
||||||
* LICENSE file in the root directory of this source tree.
|
* LICENSE file in the root directory of this source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// TODO legacy, this does not seem like a good place to add those TS types!
|
|
||||||
declare module 'remark-admonitions' {
|
declare module 'remark-admonitions' {
|
||||||
type Options = Record<string, unknown>;
|
type Options = Record<string, unknown>;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue