UNPKG

599 BTypeScriptView Raw
1import { Emitter } from '@mantou/gem/lib/decorators';
2import { GemElement } from '@mantou/gem/lib/element';
3import './paragraph';
4/**
5 * @customElement dy-shortcut-record
6 * @attr placeholder
7 * @attr tooltip
8 * @attr disabled
9 */
10export declare class DuoyunShortcutRecordElement extends GemElement {
11 #private;
12 static kbd: string;
13 placeholder: string;
14 tooltip: string;
15 disabled: number;
16 change: Emitter<string[]>;
17 value?: string[];
18 constructor();
19 render: () => import("lit-html/lib/template-result").TemplateResult;
20}
21//# sourceMappingURL=shortcut-record.d.ts.map
\No newline at end of file