cfc-ds
Version:
Design System do Conselho Federal de Contabilidade baseado no govbr-ds
11 lines (10 loc) • 486 B
TypeScript
import { ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class FullWidthDirective {
private el;
isFullWidth: boolean;
constructor(el: ElementRef);
get width(): string;
static ɵfac: i0.ɵɵFactoryDeclaration<FullWidthDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FullWidthDirective, "[fullWidth]", never, { "isFullWidth": { "alias": "isFullWidth"; "required": false; }; }, {}, never, never, false, never>;
}