File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -144,9 +144,11 @@ export interface VTourExposedMethods {
144144 stopTour : ( ) => void ;
145145
146146 /** Navigate to a specific step by index */
147+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
147148 goToStep : ( stepIndex : number ) => Promise < void > ;
148149
149150 /** Reset tour state and optionally restart */
151+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
150152 resetTour : ( shouldRestart ?: boolean ) => void ;
151153
152154 /** Update tooltip position */
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const dtsOptions: DtsPluginOptions = {
1010 cleanVueFileName : true ,
1111} ;
1212
13- const dts : Plugin = dtsPlugin ( dtsOptions ) ;
13+ const dts = dtsPlugin ( dtsOptions ) as Plugin ;
1414
1515export default defineConfig ( {
1616 resolve : {
You can’t perform that action at this time.
0 commit comments