UNPKG

@kubit-ui-web/react-components

Version:

Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience

10 lines (9 loc) 621 B
import { DeviceBreakpointsType } from '../../../types/breakpoints/breakpoints'; import { IOperativeLayoutBiColor } from '../types/operativeLayout'; type getBgColorReturnValuesType = { bgColor?: string; leftBgColor?: string; rightBgColor?: string; }; export declare const getBgColor: (mainContainerWidth: number | null, asideContainerPosition: number | null, contentBgColor: string | IOperativeLayoutBiColor | undefined, contentOverflowColor: boolean | undefined, themeLeftColor: string | undefined, themeRightColor: string | undefined, device: DeviceBreakpointsType) => getBgColorReturnValuesType; export {};