UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

15 lines (14 loc) 975 B
export interface SectionStyledProps { $bg: boolean; $bgLines: boolean; $fullHeight: boolean; } export declare const SectionStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, SectionStyledProps>>; export interface SectionContentProps { $fullHeight: boolean; } export declare const SectionContent: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, SectionContentProps>>; export interface SectionContainerProps { $fullHeight: boolean; } export declare const SectionContainer: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("@/ui/components/container").ContainerProps, SectionContainerProps>>;