UNPKG

@xapp/chat-widget

Version:
8 lines (7 loc) 219 B
import 'rollup-plugin-inject-process-env'; import { FC } from "react"; export interface SmartLinkProps { readonly url: string; readonly className?: string; } export declare const SmartLink: FC<SmartLinkProps>;