UNPKG

igniteui-react-core

Version:
10 lines (9 loc) 179 B
import { Type } from "./type"; export declare enum CaptureImageFormat { Png = 0, Jpeg = 1 } /** * @hidden */ export declare let CaptureImageFormat_$type: Type;