Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
atlowChemi committed Mar 2, 2024
1 parent 1335670 commit 7a7e293
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/types/publicApi.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import type { Plugin } from 'vite';
import type { GeneratedWebfont } from './generatedWebfont';


/**
* Compatibility type for Vite plugins.
*
*
* Generic API support was added in vite 5+, this type is needed to also support older versions.
*/
export interface CompatiblePlugin<T> extends Plugin {
Expand Down

0 comments on commit 7a7e293

Please sign in to comment.