UNPKG

fundamental-ngx

Version:

SAP Fundamentals, implemented in Angular

14 lines (13 loc) 325 B
/** * Applies the tile title style to a header element. It can be used with any header level. * * ```html * <h1 fd-tile-title>Tile Title</h1> * <h2 fd-tile-title>Tile Title</h2> * <h3 fd-tile-title>Tile Title</h3> * ``` */ export declare class TileTitleDirective { /** @hidden */ fdTileTitleClass: boolean; }