UNPKG

516 BTypeScriptView Raw
1import { GemElement } from '@mantou/gem/lib/element';
2import './paragraph';
3declare type State = {
4 keys: string[];
5 mousePosition: number[] | null;
6};
7/**
8 * @customElement dy-input-capture
9 */
10export declare class DuoyunInputCaptureElement extends GemElement<State> {
11 #private;
12 static container: string;
13 static kbd: string;
14 state: State;
15 mounted: () => void;
16 render: () => import("lit-html/lib/template-result").TemplateResult;
17}
18export {};
19//# sourceMappingURL=input-capture.d.ts.map
\No newline at end of file