Skip to content

Commit bccfe1b

Browse files
committed
Update formatter type
1 parent a2d6251 commit bccfe1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/vue-data-ui.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ declare module 'vue-data-ui' {
110110

111111
export type FormatterParams = {
112112
value: number;
113+
config?: any;
113114
}
114115
export type Formatter = (params : FormatterParams) => string | number;
115116

0 commit comments

Comments
 (0)