UNPKG

@ctodev/cclibrary-typings

Version:

Library typings for use with CLARC INFINITY

7 lines (6 loc) 260 B
import { TccKeypressService } from '../../services/tcc-keypress/tcc-keypress.service'; export declare class TccKeypressComponent { private keyPressService; constructor(keyPressService: TccKeypressService); execOption(event: KeyboardEvent): void; }