UNPKG

ng-apexcharts

Version:
11 lines (10 loc) 184 B
/** * Ng apexchart ng-add schematic * Generate a file of JavaScript */ export interface NgApexchartNgAddSchema { /** * Name of the project. */ project?: string; }