UNPKG

com.phloxui

Version:

PhloxUI Ng2+ Framework

9 lines (8 loc) 344 B
import { AbstractI18NApplicable } from '../../share/AbstractI18NApplicable'; export declare class ShortcutModel extends AbstractI18NApplicable { shortcut: string; hintLabel: string; handler: Function; hintAnchorElements: any; constructor(shortcut: string, handler: Function, hintLabel?: string, hintAnchorElements?: any); }