UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

9 lines (8 loc) 258 B
import React from 'react'; export interface SectionProps extends React.ComponentProps<'div'> { disableContainer?: boolean; bg?: React.ReactNode; bgLines?: boolean; fullHeight?: boolean; } export declare const Section: React.FC<SectionProps>;