@delon/abc
Version:
Common business components of ng-alain.
16 lines (15 loc) • 855 B
TypeScript
import type { REP_TYPE } from '@delon/theme';
import { AlainConfigService } from '@delon/util/config';
import * as i0 from "@angular/core";
export declare class SGContainerComponent {
gutter: number;
colInCon?: REP_TYPE;
col: REP_TYPE;
get marginValue(): number;
constructor(configSrv: AlainConfigService);
static ɵfac: i0.ɵɵFactoryDeclaration<SGContainerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SGContainerComponent, "sg-container, [sg-container]", ["sgContainer"], { "gutter": { "alias": "gutter"; "required": false; }; "colInCon": { "alias": "sg-container"; "required": false; }; "col": { "alias": "col"; "required": false; }; }, {}, never, ["*"], true, never>;
static ngAcceptInputType_gutter: unknown;
static ngAcceptInputType_colInCon: unknown;
static ngAcceptInputType_col: unknown;
}