UNPKG

@edugouvfr/ngx-dsfr

Version:

NgxDsfr est un portage Angular des éléments d'interface du Système de Design de l'État Français (DSFR).

20 lines (19 loc) 778 B
import { ElementRef } from '@angular/core'; import { DsfrCellOptions } from '../table.model'; import * as i0 from "@angular/core"; /** * Directive affichage d'une cellule (alignements) */ export declare class DsfrCellDirective { cell: DsfrCellOptions; protected element: ElementRef<any>; constructor(); get isMultiline(): boolean | undefined; get isTopCell(): boolean; get isBottomCell(): boolean; get isCenterCell(): boolean; get isRightCell(): boolean; get isFixed(): boolean | undefined; static ɵfac: i0.ɵɵFactoryDeclaration<DsfrCellDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<DsfrCellDirective, "[dsfrCell]", never, { "cell": { "alias": "dsfrCell"; "required": false; }; }, {}, never, never, true, never>; }