UNPKG

@swc-react/alert-dialog

Version:

React and Next.js wrapper of the @spectrum-web-components/alert-dialog component

14 lines (13 loc) 452 B
"use strict"; import * as React from "react"; import { createComponent } from "@lit/react"; import { AlertDialog as SpAlertDialog } from "@spectrum-web-components/alert-dialog"; import "@spectrum-web-components/alert-dialog/sp-alert-dialog.js"; export const AlertDialog = createComponent({ displayName: "AlertDialog", elementClass: SpAlertDialog, react: React, tagName: "sp-alert-dialog", events: {} }); //# sourceMappingURL=index.dev.js.map