Skip to content

Commit

Permalink
fix type import (#141)
Browse files Browse the repository at this point in the history
Co-authored-by: Vytenis <projektas@gmail.com>
  • Loading branch information
liruifengv and FDiskas authored Dec 5, 2023
1 parent 4c28f27 commit 832ac05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tough-wombats-hang.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"astro-icon": patch
---

fix type import
2 changes: 1 addition & 1 deletion packages/core/lib/utils.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { SPRITESHEET_NAMESPACE } from "./constants";
import { Props, Optimize } from "./Props";
import type { Props, Optimize } from "./Props";
import getFromService from "./resolver";
import { optimize as optimizeSVGNative } from "svgo";

Expand Down

1 comment on commit 832ac05

@vercel
Copy link

@vercel vercel bot commented on 832ac05 Dec 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

api-astroicon – ./packages/service

api-astroicon-git-main-nmoo.vercel.app
api-astroicon-nmoo.vercel.app
api.astroicon.dev

Please sign in to comment.