@ohayojp.com/components
Version:
Common business components of ohayojp.
13 lines (12 loc) • 465 B
TypeScript
import { REP_TYPE } from '@ohayojp.com/theme';
import { OhayoConfigService, NumberInput } from '@ohayojp.com/util';
export declare class SGContainerComponent {
static ngAcceptInputType_gutter: NumberInput;
static ngAcceptInputType_colInCon: NumberInput;
static ngAcceptInputType_col: NumberInput;
gutter: number;
colInCon: REP_TYPE;
col: REP_TYPE;
get marginValue(): number;
constructor(configSrv: OhayoConfigService);
}