UNPKG

devextreme-angular

Version:

Angular UI and visualization components based on DevExtreme widgets

24 lines (23 loc) 1.52 kB
import { NestedOptionHost } from 'devextreme-angular/core'; import { CollectionNestedOption } from 'devextreme-angular/core'; import * as i0 from "@angular/core"; export declare class DxiResponsiveBoxRowComponent extends CollectionNestedOption { get baseSize(): number | string; set baseSize(value: number | string); get ratio(): number; set ratio(value: number); get screen(): string | undefined; set screen(value: string | undefined); get shrink(): number; set shrink(value: number); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DxiResponsiveBoxRowComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxiResponsiveBoxRowComponent, "dxi-responsive-box-row", never, { "baseSize": { "alias": "baseSize"; "required": false; }; "ratio": { "alias": "ratio"; "required": false; }; "screen": { "alias": "screen"; "required": false; }; "shrink": { "alias": "shrink"; "required": false; }; }, {}, never, never, false, never>; } export declare class DxiResponsiveBoxRowModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxiResponsiveBoxRowModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxiResponsiveBoxRowModule, [typeof DxiResponsiveBoxRowComponent], never, [typeof DxiResponsiveBoxRowComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxiResponsiveBoxRowModule>; }