UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

9 lines (8 loc) 267 B
import React from 'react'; import { AdaptiveVariant } from '@/ui/adaptive'; export interface AdaptiveBlockProps { variant?: AdaptiveVariant; merge?: boolean; disableMiniTablet?: boolean; } export declare const AdaptiveBlock: React.FC<AdaptiveBlockProps>;