@mintlify/common 1.0.588 → 1.0.589
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { SHIKI_THEMES } from '@mintlify/mdx/
|
|
1
|
+
import { SHIKI_THEMES } from '@mintlify/mdx/constants';
|
|
2
2
|
import { CodeStyling } from '@mintlify/validation';
|
|
3
3
|
export declare const DEFAULT_DARK_THEME = "dark-plus";
|
|
4
4
|
export declare const DEFAULT_LIGHT_THEME = "github-light-default";
|