mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-19 19:22:28 +02:00
fix(*): make TypeScript realize that each plugin package has a default export (#7294)
This commit is contained in:
parent
b49ae67521
commit
a2c993bf9a
43 changed files with 208 additions and 187 deletions
|
@ -5,7 +5,10 @@
|
|||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import type {LoadedVersion, LoadedContent} from './types';
|
||||
import type {
|
||||
LoadedVersion,
|
||||
LoadedContent,
|
||||
} from '@docusaurus/plugin-content-docs';
|
||||
import type {
|
||||
Sidebar,
|
||||
SidebarItemCategory,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue