UNPKG

bitfront-library

Version:

Angular CLI project with components and classes used by other Angular projects of the BIT foundation.

9 lines (8 loc) 239 B
export declare class AyudaContextual { key: string; header: string; title: string; body: string; constructor(key: string, header: string, title: string, body: string); static newObject(obj: any): AyudaContextual; }