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

13 lines 403 B
/** * Hook to inject AdMesh styles into the document * Ensures platform-agnostic, isolated styling that prevents * interference from host platform CSS frameworks * * Usage: * const MyComponent = () => { * useAdMeshStyles(); * return <div className="admesh-component">...</div>; * }; */ export declare const useAdMeshStyles: () => void; //# sourceMappingURL=useAdMeshStyles.d.ts.map