@cfcs/angular
Advanced tools
Comparing version 0.0.14 to 0.0.15-beta.2
{ | ||
"name": "@cfcs/angular", | ||
"version": "0.0.14", | ||
"version": "0.0.15-beta.2", | ||
"description": "Cross Framework Components", | ||
@@ -22,3 +22,3 @@ "author": { | ||
"dependencies": { | ||
"@cfcs/core": "~0.0.14", | ||
"@cfcs/core": "0.0.15-beta.2", | ||
"tslib": "^2.3.0" | ||
@@ -25,0 +25,0 @@ }, |
import { ReactiveSubscribe, ReactiveAdapter } from "@cfcs/core"; | ||
export declare function useReactive<Instance extends ReactiveSubscribe<Record<string, any>>, State extends Record<string, any> = {}, Methods extends keyof Partial<Instance> = any, Data = any, Events extends Record<string, any> = {}>(self: State, reactiveProps: ReactiveAdapter<Instance, State, Methods, Data, Events>): { | ||
export declare function useReactive<Instance extends ReactiveSubscribe<Record<string, any>>, State extends Record<string, any> = {}, Methods extends keyof Partial<Instance> = any, Props = any, Events extends Record<string, any> = {}>(self: State, reactiveAdapter: ReactiveAdapter<Instance, State, Methods, Props, Events>): { | ||
mounted: () => void; | ||
destroy: () => void; | ||
}; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
27136
+ Added@cfcs/core@0.0.15-beta.2(transitive)
- Removed@cfcs/core@0.0.26(transitive)
Updated@cfcs/core@0.0.15-beta.2