27 lines
549 B
JavaScript
27 lines
549 B
JavaScript
|
import {
|
||
|
SlAnimation
|
||
|
} from "./chunk.DQ2Y4WPU.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
|
||
|
};
|