refactor: move deps declarations into src (#5946)

This commit is contained in:
Joshua Chen 2021-11-14 13:35:15 +08:00 committed by GitHub
parent 81ab250326
commit c5feac6ba2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 1 deletions

View file

@ -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>;