@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
5 lines (4 loc) • 406 B
TypeScript
import { GridColumns, GridConfigType } from '../types/grid';
export declare const getMaxWidth: (desktopWidth: number, margin: number | undefined, gap: string | undefined, addPaddingForLayout?: boolean) => string;
export declare const getGridConfiguration: (config: GridConfigType | undefined) => string;
export declare const getItemGridConfiguration: (columns: number | GridColumns | undefined) => string;