UNPKG

@lxlib/seed

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.1.

10 lines (9 loc) 253 B
import { REP_TYPE } from '@lxlib/theme'; import { SGConfig } from './sg.config'; export declare class SGContainerComponent { gutter: number; colInCon: REP_TYPE; col: REP_TYPE; get marginValue(): number; constructor(cog: SGConfig); }