UNPKG

459 BJavaScriptView Raw
1import {
2 SlDialog
3} from "./chunk.EKZDCOJN.js";
4
5// src/react/dialog/index.ts
6import * as React from "react";
7import { createComponent } from "@lit-labs/react";
8var dialog_default = createComponent(React, "sl-dialog", SlDialog, {
9 onSlShow: "sl-show",
10 onSlAfterShow: "sl-after-show",
11 onSlHide: "sl-hide",
12 onSlAfterHide: "sl-after-hide",
13 onSlInitialFocus: "sl-initial-focus",
14 onSlRequestClose: "sl-request-close"
15});
16
17export {
18 dialog_default
19};