UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

9 lines 362 B
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