UNPKG

340 BJavaScriptView Raw
1import {
2 SlSwitch
3} from "./chunk.34YQ7APN.js";
4
5// src/react/switch/index.ts
6import * as React from "react";
7import { createComponent } from "@lit-labs/react";
8var switch_default = createComponent(React, "sl-switch", SlSwitch, {
9 onSlBlur: "sl-blur",
10 onSlChange: "sl-change",
11 onSlFocus: "sl-focus"
12});
13
14export {
15 switch_default
16};