UNPKG

@skyux/layout

Version:

This library was generated with [Nx](https://nx.dev).

24 lines (23 loc) 1.05 kB
import { SkyFluidGridGutterSizeType } from './types/fluid-grid-gutter-size-type'; import * as i0 from "@angular/core"; /** * Wraps the fluid grid to ensure proper spacing. Without the wrapper, the * alignment, padding, and margins do not behave as expected. */ export declare class SkyFluidGridComponent { #private; /** * Disables the outer left and right margin of the fluid grid container. * @default false */ disableMargin: boolean | undefined; /** * The type that defines the size of the padding * between columns. * @default "large" */ set gutterSize(value: SkyFluidGridGutterSizeType | undefined); get gutterSize(): SkyFluidGridGutterSizeType; static ɵfac: i0.ɵɵFactoryDeclaration<SkyFluidGridComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<SkyFluidGridComponent, "sky-fluid-grid", never, { "disableMargin": { "alias": "disableMargin"; "required": false; }; "gutterSize": { "alias": "gutterSize"; "required": false; }; }, {}, never, ["*"], false, never>; }