UNPKG

catng

Version:

Angular Dynamic Form Input Component

9 lines (8 loc) 169 B
export interface ListButtons { icon?: string; label?: string; event?: (item: any) => void; visible: boolean; tooltip?: string; color?: string; }