We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
shim.d.ts
1 parent 675ffae commit cc40ca8Copy full SHA for cc40ca8
shim.d.ts
@@ -3,6 +3,7 @@ declare global {
3
const __DEV__: boolean
4
const __SLIDEV_HASH_ROUTE__: boolean
5
const __SLIDEV_CLIENT_ROOT__: string
6
+ const __SLIDEV_FEATURE_TWOSLASH_AUTOSHOW__: boolean
7
const __SLIDEV_FEATURE_DRAWINGS__: boolean
8
const __SLIDEV_FEATURE_DRAWINGS_PERSIST__: boolean
9
const __SLIDEV_FEATURE_EDITOR__: boolean
@@ -19,6 +20,7 @@ declare module '@vue/runtime-core' {
19
20
__DEV__: boolean
21
__SLIDEV_HASH_ROUTE__: boolean
22
__SLIDEV_CLIENT_ROOT__: string
23
+ __SLIDEV_FEATURE_TWOSLASH_AUTOSHOW__: boolean
24
__SLIDEV_FEATURE_DRAWINGS__: boolean
25
__SLIDEV_FEATURE_DRAWINGS_PERSIST__: boolean
26
__SLIDEV_FEATURE_EDITOR__: boolean
0 commit comments