UNPKG

@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) 353 B
export declare class MobileNavigation { role: string; hostClass: boolean; /** * Controls the expanded (`true`) or collapsed (`false`) state when on a small screen. */ expanded: boolean; /** * Controls the hidden (`true`) or visible (`false`) state */ hidden: boolean; constructor(); toggle(): void; }