UNPKG

@skyux/layout

Version:

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

15 lines (14 loc) 664 B
import * as i0 from "@angular/core"; /** * Displays a row within the `sky-fluid-grid` wrapper. Previously, you could display a row * without a wrapper, but we no longer officially support that option. */ export declare class SkyRowComponent { /** * Whether to reverse the display order for columns in the row. * @default false */ reverseColumnOrder: boolean | undefined; static ɵfac: i0.ɵɵFactoryDeclaration<SkyRowComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<SkyRowComponent, "sky-row", never, { "reverseColumnOrder": { "alias": "reverseColumnOrder"; "required": false; }; }, {}, never, ["*"], false, never>; }