File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
packages/vite-plugin-svelte-inspector Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
export interface Options {
2
2
/**
3
3
* define a key combo to toggle inspector,
4
- * @default 'meta-shift' on mac, 'control-shift' on other os
4
+ * @default 'alt-x'
5
5
*
6
6
* any number of modifiers `control` `shift` `alt` `meta` followed by zero or one regular key, separated by -
7
7
* examples: control-shift, control-o, control-alt-s meta-x control-meta
@@ -56,7 +56,7 @@ export interface Options {
56
56
57
57
/**
58
58
* where to display the toggle button
59
- * @default top-right
59
+ * @default ' top-right'
60
60
*/
61
61
toggleButtonPos ?: 'top-right' | 'top-left' | 'bottom-right' | 'bottom-left' ;
62
62
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ declare module '@sveltejs/vite-plugin-svelte-inspector' {
2
2
export interface Options {
3
3
/**
4
4
* define a key combo to toggle inspector,
5
- * @default 'meta-shift' on mac, 'control-shift' on other os
5
+ * @default 'alt-x'
6
6
*
7
7
* any number of modifiers `control` `shift` `alt` `meta` followed by zero or one regular key, separated by -
8
8
* examples: control-shift, control-o, control-alt-s meta-x control-meta
@@ -57,7 +57,7 @@ declare module '@sveltejs/vite-plugin-svelte-inspector' {
57
57
58
58
/**
59
59
* where to display the toggle button
60
- * @default top-right
60
+ * @default ' top-right'
61
61
*/
62
62
toggleButtonPos ?: 'top-right' | 'top-left' | 'bottom-right' | 'bottom-left' ;
63
63
You can’t perform that action at this time.
0 commit comments