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

13 lines 402 B
import { SuiMenuBase, SuiMenuParams, MenuDefinition } from './menu'; /** * @category SuiMenu */ export declare class SuiLanguageMenu extends SuiMenuBase { constructor(params: SuiMenuParams); static get ctor(): string; static defaults: MenuDefinition; getDefinition(): MenuDefinition; selection(ev: any): Promise<void>; keydown(): void; } //# sourceMappingURL=language.d.ts.map