@kushki/ng-suka
Version:
<p align="center"> <h1 align="center">Suka Components Angular</h1> <p align="center"> An Angular implementation of the Suka Design System </p> </p>
15 lines (14 loc) • 357 B
TypeScript
import { BreakpointObserver } from '@angular/cdk/layout';
export declare class Frame {
baseClass: boolean;
mobile: boolean;
constructor(breakpointObserver: BreakpointObserver);
/**
* Activates handset layout
*/
activateHandsetLayout(): void;
/**
* Activates desktop layout
*/
activateDesktopLayout(): void;
}