fundamental-ngx
Version:
SAP Fiori Fundamentals, implemented in Angular
17 lines (16 loc) • 311 B
TypeScript
/**
* The component that represents a list item.
* The list item can contain plain text, links or actions.
*
* ```html
* <fd-list>
* <li fd-list-item>
* List item 1
* </li>
* </fd-list>
* ```
*/
export declare class ListItemComponent {
/** @hidden */
fdListItemClass: boolean;
}