@bothub-chat/ui
Version:
Bothub UI Components
10 lines (9 loc) • 303 B
TypeScript
import React from 'react';
import { BothubScaleVariant } from './scale';
export interface BothubGlobalStyleProps {
margin?: string;
scale?: BothubScaleVariant | null;
}
export declare const BothubGlobalStyle: React.FC<BothubGlobalStyleProps>;
export * from './manager';
export * from './scale';