UNPKG

ngx-obelisco-example

Version:

Componentes funcionales y reutilizables para Angular.

18 lines (17 loc) 317 B
export interface Phone { title: string; number: number; } export interface Network { title: string; src: string; icon?: string; } export interface Link { title: string; src: string; } export interface CustomContent { title?: string; content?: string | string[]; }