UNPKG

angular-google-charts

Version:

A wrapper of the Google Charts library written with Angular 6

7 lines (6 loc) 104 B
export interface Role { type: string; role: string; p?: object; index?: number; }