UNPKG

fundamental-ngx

Version:

SAP Fundamentals, implemented in Angular

12 lines (11 loc) 283 B
/** * Applies the side navigation title style to a header element. It can be used with any header level. * * ```html * <h1 fd-side-nav-title>Side Nav Title</h1> * ``` */ export declare class SideNavigationTitleDirective { /** @hidden */ fdSideNavTitleClass: boolean; }