UNPKG

@eclipse-scout/core

Version:
7 lines 264 B
import { KeyStroke, Switch } from '../index'; export declare class SwitchToggleKeyStroke extends KeyStroke { field: Switch; constructor(field: Switch); handle(event: JQuery.KeyboardEventBase): void; } //# sourceMappingURL=SwitchToggleKeyStroke.d.ts.map