igniteui-react-charts
Version:
Ignite UI React charting components for building rich data visualizations using TypeScript APIs.
19 lines (18 loc) • 362 B
TypeScript
import { Type } from "igniteui-react-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;