21 lines
414 B
JavaScript
21 lines
414 B
JavaScript
import {
|
|
SlOption
|
|
} from "./chunk.74VRIHH6.js";
|
|
|
|
// src/react/option/index.ts
|
|
import * as React from "react";
|
|
import { createComponent } from "@lit/react";
|
|
var tagName = "sl-option";
|
|
SlOption.define("sl-option");
|
|
var reactWrapper = createComponent({
|
|
tagName,
|
|
elementClass: SlOption,
|
|
react: React,
|
|
events: {},
|
|
displayName: "SlOption"
|
|
});
|
|
var option_default = reactWrapper;
|
|
|
|
export {
|
|
option_default
|
|
};
|