Skip to content

Commit fc619f6

Browse files
fix: plugin export type
1 parent 133b9fd commit fc619f6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

pnpm-lock.yaml

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ type VitePluginFontsOptions = {
88
typekit?: TypeKitFonts
99
}
1010

11-
function VitePluginFonts(options: VitePluginFontsOptions = {}): Plugin {
11+
function VitePluginFonts(options: VitePluginFontsOptions = {}) {
1212
return {
1313
name: 'vite-plugin-fonts',
1414

0 commit comments

Comments
 (0)