Korbs/Contour
Archived
Template
1
Fork 0
This repository has been archived on 2024-09-05. You can view files and clone it, but cannot push or open issues or pull requests.
Contour/public/@shoelace-style/shoelace/cdn/chunks/chunk.QWXW5DTG.js
2024-01-30 10:59:28 -05:00

25 lines
480 B
JavaScript

import {
SlRadio
} from "./chunk.37AKJZMV.js";
// src/react/radio/index.ts
import * as React from "react";
import { createComponent } from "@lit/react";
import "@lit/react";
var tagName = "sl-radio";
SlRadio.define("sl-radio");
var reactWrapper = createComponent({
tagName,
elementClass: SlRadio,
react: React,
events: {
onSlBlur: "sl-blur",
onSlFocus: "sl-focus"
},
displayName: "SlRadio"
});
var radio_default = reactWrapper;
export {
radio_default
};