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.NVVXP7EN.js
2024-01-30 10:59:28 -05:00

29 lines
643 B
JavaScript

import {
SlDialog
} from "./chunk.OP7XGYNG.js";
// src/react/dialog/index.ts
import * as React from "react";
import { createComponent } from "@lit/react";
import "@lit/react";
var tagName = "sl-dialog";
SlDialog.define("sl-dialog");
var reactWrapper = createComponent({
tagName,
elementClass: SlDialog,
react: React,
events: {
onSlShow: "sl-show",
onSlAfterShow: "sl-after-show",
onSlHide: "sl-hide",
onSlAfterHide: "sl-after-hide",
onSlInitialFocus: "sl-initial-focus",
onSlRequestClose: "sl-request-close"
},
displayName: "SlDialog"
});
var dialog_default = reactWrapper;
export {
dialog_default
};