UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

9 lines (8 loc) 290 B
import React from 'react'; import { BothubScaleVariant } from './types'; export interface BothubScaleGlobalStyleProps { variant: BothubScaleVariant; } export declare const BothubScaleGlobalStyle: React.FC<BothubScaleGlobalStyleProps>; export * from './types'; export * from './styled';