Skip to content

Commit

Permalink
fix param name
Browse files Browse the repository at this point in the history
  • Loading branch information
heyman333 committed Sep 15, 2019
1 parent 11a6748 commit 774f7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
declare function RFPercentage(percent: number): number;
declare function RFValue(percent: number): number;
declare function RFValue(value: number): number;

export { RFPercentage, RFValue };

0 comments on commit 774f7b3

Please sign in to comment.