@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>
17 lines (16 loc) • 395 B
TypeScript
export declare class Navigation {
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;
rail: boolean;
allowExpansion: boolean;
constructor();
toggle(): void;
}