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
12 lines • 342 B
TypeScript
/**
* Logger utility for AdMesh UI SDK
* Disables all logs in production environment
*/
export declare const logger: {
log: (...args: any[]) => void;
warn: (...args: any[]) => void;
error: (...args: any[]) => void;
info: (...args: any[]) => void;
debug: (...args: any[]) => void;
};
//# sourceMappingURL=logger.d.ts.map