UNPKG

igniteui-webcomponents-charts

Version:

Ignite UI Web Components charting components for building rich data visualizations using TypeScript APIs.

19 lines (18 loc) 352 B
import { Type } from "igniteui-webcomponents-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;