Skip to content

Commit cc40ca8

Browse files
committed
feat: add __SLIDEV_FEATURE_TWOSLASH_AUTOSHOW__ to shim.d.ts
1 parent 675ffae commit cc40ca8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

shim.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ declare global {
33
const __DEV__: boolean
44
const __SLIDEV_HASH_ROUTE__: boolean
55
const __SLIDEV_CLIENT_ROOT__: string
6+
const __SLIDEV_FEATURE_TWOSLASH_AUTOSHOW__: boolean
67
const __SLIDEV_FEATURE_DRAWINGS__: boolean
78
const __SLIDEV_FEATURE_DRAWINGS_PERSIST__: boolean
89
const __SLIDEV_FEATURE_EDITOR__: boolean
@@ -19,6 +20,7 @@ declare module '@vue/runtime-core' {
1920
__DEV__: boolean
2021
__SLIDEV_HASH_ROUTE__: boolean
2122
__SLIDEV_CLIENT_ROOT__: string
23+
__SLIDEV_FEATURE_TWOSLASH_AUTOSHOW__: boolean
2224
__SLIDEV_FEATURE_DRAWINGS__: boolean
2325
__SLIDEV_FEATURE_DRAWINGS_PERSIST__: boolean
2426
__SLIDEV_FEATURE_EDITOR__: boolean

0 commit comments

Comments
 (0)