UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

8 lines (7 loc) 191 B
interface BothubAppBannerProps { title: string; description: string; href: string; } export declare const BothubAppBanner: React.FC<BothubAppBannerProps>; export * from './mini';