UNPKG

igniteui-angular-charts

Version:

Ignite UI Angular charting components for building rich data visualizations for modern web apps.

19 lines (18 loc) 364 B
import { Type } from "igniteui-angular-core"; /** * Enumeration of options for the usage of the surface. */ export declare enum ViewerSurfaceUsage { /** * Normal surface usage. */ Normal = 0, /** * Minimal surface usage. */ Minimal = 1 } /** * @hidden */ export declare let ViewerSurfaceUsage_$type: Type;