UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

8 lines (7 loc) 183 B
interface BothubAppBannerMiniProps { title: string; text: string; href: string; } export declare const BothubAppBannerMini: React.FC<BothubAppBannerMiniProps>; export {};