@srivarsank/glide 1.0.47

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.
@@ -0,0 +1,15 @@
1
+ // Generated by dts-bundle-generator v9.5.1
2
+
3
+ /**
4
+ * Inline bridge script injected into the browser — zero Node.js dependencies.
5
+ * This is a self-contained IIFE that registers hover/click handlers and
6
+ * posts messages to the parent Glide editor window.
7
+ * @param sourceAttr data attribute stamped on each element (e.g. 'data-gl-source')
8
+ * @param hoverAttr data attribute for hover state
9
+ * @param selectedAttr data attribute for selected state
10
+ * @param snapThresholdPx pixel radius for snap-to-object
11
+ */
12
+ export declare function buildBridgeScript(sourceAttr: string, hoverAttr: string, selectedAttr: string, snapThresholdPx: number): string;
13
+ export declare function glideSourceStamping(): Plugin;
14
+
15
+ export {};