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 11export interface Options {
22 /**
33 * define a key combo to toggle inspector,
4- * @default 'meta-shift' on mac, 'control-shift' on other os
4+ * @default 'alt-x'
55 *
66 * any number of modifiers `control` `shift` `alt` `meta` followed by zero or one regular key, separated by -
77 * examples: control-shift, control-o, control-alt-s meta-x control-meta
@@ -56,7 +56,7 @@ export interface Options {
5656
5757 /**
5858 * where to display the toggle button
59- * @default top-right
59+ * @default ' top-right'
6060 */
6161 toggleButtonPos ?: 'top-right' | 'top-left' | 'bottom-right' | 'bottom-left' ;
6262
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ declare module '@sveltejs/vite-plugin-svelte-inspector' {
22 export interface Options {
33 /**
44 * define a key combo to toggle inspector,
5- * @default 'meta-shift' on mac, 'control-shift' on other os
5+ * @default 'alt-x'
66 *
77 * any number of modifiers `control` `shift` `alt` `meta` followed by zero or one regular key, separated by -
88 * examples: control-shift, control-o, control-alt-s meta-x control-meta
@@ -57,7 +57,7 @@ declare module '@sveltejs/vite-plugin-svelte-inspector' {
5757
5858 /**
5959 * where to display the toggle button
60- * @default top-right
60+ * @default ' top-right'
6161 */
6262 toggleButtonPos ?: 'top-right' | 'top-left' | 'bottom-right' | 'bottom-left' ;
6363
You can’t perform that action at this time.
0 commit comments