UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

12 lines (11 loc) 270 B
import { Base, Type } from "./type"; import { CaptureImageFormat } from "./CaptureImageFormat"; /** * @hidden */ export declare class CaptureImageSettings extends Base { static $t: Type; a: CaptureImageFormat; b: boolean; get c(): string; }