UNPKG

smoosic

Version:

<sub>[Github site](https://github.com/Smoosic/smoosic) | [source documentation](https://smoosic.github.io/Smoosic/release/docs/modules.html) | [change notes](https://aarondavidnewman.github.io/Smoosic/changes.html) | [application](https://smoosic.github.i

14 lines 452 B
import { SuiMenuBase, SuiMenuParams, MenuDefinition } from './menu'; /** * Not used - currently handled by dialog * @category SuiMenu */ export declare class SuiKeySignatureMenu extends SuiMenuBase { constructor(params: SuiMenuParams); static get ctor(): string; static defaults: MenuDefinition; getDefinition(): MenuDefinition; selection(ev: any): Promise<void>; keydown(): void; } //# sourceMappingURL=keySignature.d.ts.map