UNPKG

@developer.notchatbot/webchat

Version:

A beautiful React chatbot widget with single-file bundle

7 lines (6 loc) 193 B
import { default as React } from 'react'; interface SkeletonLoadingProps { avatar?: string; } declare const SkeletonLoading: React.FC<SkeletonLoadingProps>; export default SkeletonLoading;