mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-03 11:22:30 +02:00
chore(v2): TypeScript, use isolatedModules (#4790)
* Use isolatedModules * better solution for useDocs? * fix blog-only mode * fix bad useDocs import
This commit is contained in:
parent
aaeda674b1
commit
01adf25b0f
5 changed files with 17 additions and 29 deletions
|
@ -5,8 +5,9 @@
|
|||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
export {
|
||||
useThemeConfig,
|
||||
export {useThemeConfig} from './utils/useThemeConfig';
|
||||
|
||||
export type {
|
||||
ThemeConfig,
|
||||
Navbar,
|
||||
NavbarItem,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue