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 DxiResponsiveBoxColComponent 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<DxiResponsiveBoxColComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxiResponsiveBoxColComponent, "dxi-responsive-box-col", 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 DxiResponsiveBoxColModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxiResponsiveBoxColModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxiResponsiveBoxColModule, [typeof DxiResponsiveBoxColComponent], never, [typeof DxiResponsiveBoxColComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxiResponsiveBoxColModule>; }