UNPKG

@dangl/angular-ava

Version:

[![Node version](https://img.shields.io/npm/v/@dangl/angular-ava)](https://www.npmjs.com/package/@dangl/angular-ava)

13 lines (12 loc) 292 B
import { IElementDto } from './ava-models'; export interface IFunctionViewLine { name: string; func: (element: IElementDto) => boolean; view: IViewLine; } export interface IViewLine { iconName?: string; iconColor?: string; textBold?: string; textColor?: string; }