Skip to content

Commit

Permalink
chore(rust-plugins): fix ts warning (#1250)
Browse files Browse the repository at this point in the history
* chore(rust-plugins): fix ts warning

* chore: update changeset

---------

Co-authored-by: brightwu <1521488775@qq.com>
  • Loading branch information
yejimeiming and wre232114 committed Apr 28, 2024
1 parent a9b5db7 commit 6a9b13c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changeset/grumpy-impalas-happen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@farmfe/plugin-react': patch
'@farmfe/plugin-sass': patch
---

chore(rust-plugins): fix ts warning
2 changes: 1 addition & 1 deletion rust-plugins/react/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
const binPath: string;
declare const binPath: string;
export default binPath;
2 changes: 1 addition & 1 deletion rust-plugins/sass/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
const binPath: string;
declare const binPath: string;
export default binPath;

0 comments on commit 6a9b13c

Please sign in to comment.