UNPKG

559 BTypeScriptView Raw
1import { Emitter } from '@mantou/gem/lib/decorators';
2import { GemElement } from '@mantou/gem/lib/element';
3/**
4 * @customElement dy-switch
5 * @attr checked
6 * @attr value
7 * @attr neutral
8 */
9export declare class DuoyunSwitchElement extends GemElement {
10 #private;
11 disabled: boolean;
12 checked: boolean;
13 value: string;
14 neutral: 'positive' | 'negative' | 'neutral' | 'informative';
15 change: Emitter<boolean>;
16 constructor();
17 render: () => import("lit-html/lib/template-result").TemplateResult;
18}
19//# sourceMappingURL=switch.d.ts.map
\No newline at end of file