UNPKG

@yelon/abc

Version:

Common business components of ng-yunzai.

16 lines (15 loc) 857 B
import type { REP_TYPE } from '@yelon/theme'; import { YunzaiConfigService } from '@yelon/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: YunzaiConfigService); 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; }