UNPKG

v4web-components

Version:
10 lines (9 loc) 240 B
import { EventEmitter } from '../../../stencil-public-runtime'; export declare class LabDsSwitch { handleSwitch: EventEmitter; handleClick(): void; size: 'small' | 'medium'; disabled: boolean; checked: boolean; render(): any; }