UNPKG

igniteui-angular-spreadsheet

Version:

Ignite UI Angular spreadsheet component for displaying and editing Microsoft Excel workbooks for modern web apps.

12 lines (11 loc) 296 B
import { Base, Type } from "igniteui-angular-core"; /** * @hidden */ export declare class CheckboxElementInfo extends Base { static $t: Type; c: HTMLInputElement; a: HTMLElement; b: HTMLElement; constructor(a: HTMLInputElement, b: HTMLElement, c: HTMLElement); }