export theme types.

This commit is contained in:
Hossein Mehrabi
2022-10-28 11:54:40 +03:30
parent 9aba6950f2
commit e0bb004473
2 changed files with 2 additions and 1 deletions
@@ -6,4 +6,4 @@ export type ThemeConfig = {
}
}
export type { PluginOptions as DefaultThemeOptions } from '@acid-info/logos-docusaurus-theme/src'
export type { PluginOptions as DefaultThemeOptions } from '@acid-info/logos-docusaurus-theme'
+1
View File
@@ -0,0 +1 @@
export type * from './index'