UNPKG

@funnelback/ng-sds

Version:

`@funnelback/ng-sds` is Bootstrap 5 based library that aims to implement the [Squiz Design System specification](https://designsystem.squiz.net/) in Angular.

9 lines (8 loc) 414 B
import { SdsLayoutTypeService } from './layout-type.service'; import { ViewType } from './layout.model'; import * as i0 from "@angular/core"; export declare class SdsViewTypeService extends SdsLayoutTypeService<ViewType> { protected getType(width: number): ViewType; static ɵfac: i0.ɵɵFactoryDeclaration<SdsViewTypeService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<SdsViewTypeService>; }