@universal-material/web
Version:
Material web components
14 lines • 474 B
TypeScript
import { HTMLTemplateResult } from 'lit';
import { UmSelectionControl } from '../shared/selection-control/selection-control.js';
export declare class UmSwitch extends UmSelectionControl {
static styles: import("lit").CSSResult[];
constructor();
protected renderRipple: boolean;
protected renderIndicator(): HTMLTemplateResult;
}
declare global {
interface HTMLElementTagNameMap {
'u-switch': UmSwitch;
}
}
//# sourceMappingURL=switch.d.ts.map