UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

9 lines (8 loc) 292 B
import React from 'react'; import { BackgroundVariant } from './types'; export interface BackgroundProps extends React.ComponentProps<'div'> { variant?: BackgroundVariant; disableRepeat?: boolean; } export declare const Background: React.FC<BackgroundProps>; export * from './types';