UNPKG

nereo-material

Version:

This project contains [Material Design](https://material.io/design/) components built with Angular and Angular Material. Its goal is to provide components that are not yet implemented in [Angular Material](https://material.angular.io/).

7 lines (6 loc) 111 B
export interface ActionElement { name: string; icon: string; text?: string; tooltip: string; }