synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
9 lines • 362 B
TypeScript
import './CrispTypes';
import React from 'react';
/**
* CrispChat component that loads the Crisp chat widget when the CRISP_CHAT feature flag is enabled.
* The script is only loaded once, even if the component is mounted multiple times.
*/
export declare function CrispChat(): React.ReactNode;
export default CrispChat;
//# sourceMappingURL=CrispChat.d.ts.map