jaxs 0.10.1 → 0.10.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/jaxs.d.ts +1 -1
- package/package.json +1 -1
package/dist/jaxs.d.ts
CHANGED
|
@@ -821,7 +821,7 @@ declare type UpdaterValue<T> = boolean | T | T[]
|
|
|
821
821
|
|
|
822
822
|
declare type ViewModel<TemplateProps, BoundProps, StateMap> = (
|
|
823
823
|
StateMap: StateMap,
|
|
824
|
-
props
|
|
824
|
+
props: Props<BoundProps>,
|
|
825
825
|
) => Partial<TemplateProps>
|
|
826
826
|
|
|
827
827
|
declare type ViewModelResult<TemplateProps, BoundProps, StateMap> =
|