UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

7 lines (6 loc) 152 B
import React from 'react'; export interface LogoProps { size?: number; 'aria-label'?: string; } export declare const Logo: React.FC<LogoProps>;