UNPKG

@ctodev/cclibrary-typings

Version:

Library typings for use with CLARC INFINITY

14 lines (13 loc) 337 B
export declare class TccTableSelectCheckboxComponent<T> { headerCheckbox: boolean; row: T; isDisabled: boolean; onchangefunc: Function; onclickfunc: Function; checkValue: boolean; isShift: boolean; onkeyup(): void; onkeydown(): void; onChange(val: boolean): void; onClick(event: any): void; }