UNPKG

@shoelace-style/shoelace

Version:

A forward-thinking library of web components.

27 lines (24 loc) 549 B
import { SlAnimation } from "./chunk.UZFQPGXR.js"; // src/react/animation/index.ts import * as React from "react"; import { createComponent } from "@lit/react"; import "@lit/react"; var tagName = "sl-animation"; SlAnimation.define("sl-animation"); var reactWrapper = createComponent({ tagName, elementClass: SlAnimation, react: React, events: { onSlCancel: "sl-cancel", onSlFinish: "sl-finish", onSlStart: "sl-start" }, displayName: "SlAnimation" }); var animation_default = reactWrapper; export { animation_default };