export type SwitchSize = "s" | "m" | "l"; export interface EdsSwitchChangeEventDetail { checked: boolean; value: string; } //# sourceMappingURL=switch.types.d.ts.map