Skip to content

Commit

Permalink
fix(vitepress): fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Feb 5, 2024
1 parent 5a177af commit 61b87f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vitepress-twoslash/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export interface VitePressPluginTwoslashOptions extends TransformerTwoslashOptio
* Requires adding `twoslash` to the code block explicitly to run twoslash
* @default true
*/
explicitTrigger?: boolean
explicitTrigger?: TransformerTwoslashOptions['explicitTrigger']
}

/**
Expand Down

0 comments on commit 61b87f3

Please sign in to comment.