@ctx-core/scroll 17.0.2 → 17.0.3
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/CHANGELOG.md
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -5,5 +5,5 @@ export type sticky_scroll_active_T = Record<string, boolean>
|
|
|
5
5
|
export type sticky_scroll_active$_T = WritableAtom$<sticky_scroll_active_T>
|
|
6
6
|
export declare function add_sticky_scroll_active(ctx:Ctx, key:string):void;
|
|
7
7
|
export declare function remove_sticky_scroll_active(ctx:Ctx, key:string):void;
|
|
8
|
-
export declare function sticky_scroll_active_key_active_(ctx:Ctx, key:string):
|
|
9
|
-
export declare function sticky_scroll_active_key_match_(ctx:Ctx, key:string, active:any):
|
|
8
|
+
export declare function sticky_scroll_active_key_active_(ctx:Ctx, key:string):boolean;
|
|
9
|
+
export declare function sticky_scroll_active_key_match_(ctx:Ctx, key:string, active:any):boolean;
|
|
Binary file
|