UNPKG

@shoelace-style/shoelace

Version:

A forward-thinking library of web components.

22 lines (19 loc) 414 B
import { SlOption } from "./chunk.NISEAIQU.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 };