UNPKG

ngx-obelisco-example

Version:

Componentes funcionales y reutilizables para Angular.

9 lines (8 loc) 176 B
export interface AlertListItems { text?: string; url?: string; } export interface AlertList { isUnorderedList?: boolean; listItems: AlertListItems[]; }