UNPKG

ngx-bootstrap

Version:
10 lines (9 loc) 185 B
export interface RatingResults { index: number; title: string | number; } export interface AccessorContent { provide: object; useExisting: object; multi: boolean; }