UNPKG

ez-shp-storefront

Version:

A helper function collection for Shopify storefront.

9 lines (8 loc) 301 B
export declare enum Positions { TOP = "top", BOTTOM = "bottom", BEFORE = "before", AFTER = "after" } export declare function moveByElements(fromEl: Element, toEl: Element, type: string): void; export declare function moveByElementQueries(from: string, to: string, type: string): void;