UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

6 lines (5 loc) 125 B
import React from 'react'; export interface LogoProps { size?: number; } export declare const Logo: React.FC<LogoProps>;