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) 450 B
import { SdsLayoutTypeService } from './layout-type.service'; import { BreakpointType } from './layout.model'; import * as i0 from "@angular/core"; export declare class SdsBreakpointTypeService extends SdsLayoutTypeService<BreakpointType> { protected getType(width: number): BreakpointType; static ɵfac: i0.ɵɵFactoryDeclaration<SdsBreakpointTypeService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<SdsBreakpointTypeService>; }