UNPKG

admesh-ui-sdk

Version:

Beautiful, modern React components for displaying AI-powered product recommendations with citation-based conversation ads, auto-triggered widgets, floating chat, conversational interfaces, persistent sidebar, and built-in tracking. Includes zero-code SDK

21 lines 654 B
/** * AdMesh Style Injection System * * Provides platform-agnostic, isolated styling for AdMesh components * that prevents interference from host platform CSS frameworks */ /** * Inject AdMesh styles into the document * Ensures styles are loaded only once and don't conflict with host platform */ export declare const injectAdMeshStyles: () => void; /** * Remove AdMesh styles from the document * Useful for cleanup or testing */ export declare const removeAdMeshStyles: () => void; /** * Check if AdMesh styles are already injected */ export declare const areAdMeshStylesInjected: () => boolean; //# sourceMappingURL=styleInjection.d.ts.map