mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-23 19:48:54 +02:00
refactor: improve setup of type declaration files (#5914)
This commit is contained in:
parent
334470b5d4
commit
d1308a8736
33 changed files with 872 additions and 868 deletions
8
packages/docusaurus-plugin-ideal-image/src/deps.d.ts
vendored
Normal file
8
packages/docusaurus-plugin-ideal-image/src/deps.d.ts
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
/**
|
||||
* 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 '@endiliey/react-ideal-image';
|
|
@ -46,5 +46,3 @@ declare module '@theme/IdealImage' {
|
|||
}
|
||||
export default function IdealImage(props: Props): JSX.Element;
|
||||
}
|
||||
|
||||
declare module '@endiliey/react-ideal-image';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue