mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-06 21:03:47 +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
|
@ -91,10 +91,10 @@ function getInfimaCSSFile(direction: string) {
|
|||
}.css`;
|
||||
}
|
||||
|
||||
export default function docusaurusThemeClassic(
|
||||
export default function themeClassic(
|
||||
context: LoadContext,
|
||||
options: Options,
|
||||
): Plugin<void> {
|
||||
): Plugin<undefined> {
|
||||
const {
|
||||
i18n: {currentLocale, localeConfigs},
|
||||
} = context;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue