Skip to content

Commit cf03b0a

Browse files
committed
fix: the wrong return type of the formatter function
1 parent 871729b commit cf03b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/apexcharts.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,7 @@ type ApexDataLabels = {
952952
dropShadow?: ApexDropShadow
953953
}
954954
dropShadow?: ApexDropShadow
955-
formatter?(val: string | number | number[], opts?: any): string | number | (string | string)[]
955+
formatter?(val: string | number | number[], opts?: any): string | number | (string | number)[]
956956
}
957957

958958
type ApexResponsive = {

0 commit comments

Comments
 (0)