UNPKG

@dotcms/angular

Version:

Official Angular Components library to render a dotCMS page.

20 lines 679 B
import { DotPageAssetLayoutRow } from '../../models'; import * as i0 from "@angular/core"; /** * This component is responsible to display a row with columns. * * @export * @class RowComponent */ export declare class RowComponent { /** * The row object containing the columns. * * @type {DotPageAssetLayoutRow} * @memberof RowComponent */ row: DotPageAssetLayoutRow; static ɵfac: i0.ɵɵFactoryDeclaration<RowComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<RowComponent, "dotcms-row", never, { "row": { "alias": "row"; "required": true; }; }, {}, never, never, true, never>; } //# sourceMappingURL=row.component.d.ts.map