UNPKG

chat-frontend-library

Version:

``` npm install chat-frontend-library --save ```

6 lines (5 loc) 152 B
import { FC } from "react"; interface NotificationOffProps { } declare const NotificationOff: FC<NotificationOffProps>; export default NotificationOff;