@bothub-chat/ui
Version:
Bothub UI Components
17 lines (16 loc) • 1.27 kB
TypeScript
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<Omit<import("@/ui/components/container").ContainerProps, "ref"> & {
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
}, SectionContainerProps>>;