Comparing version 0.0.10 to 0.0.11
{ | ||
"name": "fuzzy-ui", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"main": "src/index.ts", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -15,3 +15,3 @@ import { ComputedRef, InjectionKey, Ref, Slots, WritableComputedRef } from 'vue' | ||
fixed?: string | boolean | ||
getter: (row: Row, col?: ColConfig) => unknown | ||
getter: (row: Row, col: ColConfig) => unknown | ||
getterOnEdit?: boolean | ||
@@ -18,0 +18,0 @@ hasCustomSetter: boolean |
Sorry, the diff of this file is not supported yet
103677