starcounter-jack-haunted
Advanced tools
Comparing version 6.0.2 to 6.0.3
@@ -28,1 +28,3 @@ import { ComponentCreator } from './component.js'; | ||
export { State } from './state.js'; | ||
export * from "./ref.js"; | ||
export * from "./haunted-lit-element.js"; |
@@ -21,2 +21,4 @@ import { makeComponent } from './component.js'; | ||
export { State } from './state.js'; | ||
export * from "./ref.js"; | ||
export * from "./haunted-lit-element.js"; | ||
//# sourceMappingURL=core.js.map |
@@ -9,3 +9,3 @@ import { State, Callable } from './state.js'; | ||
*/ | ||
declare const useEffect: (callback: (this: State<unknown>, self: HTMLElement) => void | VoidFunction | Promise<void>, values?: unknown[] | undefined) => void; | ||
declare const useEffect: (callback: (this: State<unknown>, self: HTMLElement) => void | Promise<void> | VoidFunction, values?: unknown[] | undefined) => void; | ||
export { setEffects, useEffect }; |
@@ -8,3 +8,3 @@ import { State } from './state.js'; | ||
*/ | ||
declare const useLayoutEffect: (callback: (this: State<unknown>, self: HTMLElement) => void | VoidFunction | Promise<void>, values?: unknown[] | undefined) => void; | ||
declare const useLayoutEffect: (callback: (this: State<unknown>, self: HTMLElement) => void | Promise<void> | VoidFunction, values?: unknown[] | undefined) => void; | ||
export { useLayoutEffect }; |
{ | ||
"name": "starcounter-jack-haunted", | ||
"repository": "git://github.com/starcounter-jack/haunted.git", | ||
"version": "6.0.2", | ||
"version": "6.0.3", | ||
"description": "Hooks for web components", | ||
@@ -6,0 +6,0 @@ "main": "lib/haunted.js", |
Sorry, the diff of this file is not supported yet
80901
72
1280