Archived
Template
1
Fork 0
This repository has been archived on 2024-09-04. You can view files and clone it, but cannot push or open issues or pull requests.
Contour/public/@shoelace-style/shoelace/cdn/chunks/chunk.Y7QUCYBW.js
2024-01-30 10:59:28 -05:00

25 lines
557 B
JavaScript

import {
SlAnimatedImage
} from "./chunk.NOB47K5B.js";
// src/react/animated-image/index.ts
import * as React from "react";
import { createComponent } from "@lit/react";
import "@lit/react";
var tagName = "sl-animated-image";
SlAnimatedImage.define("sl-animated-image");
var reactWrapper = createComponent({
tagName,
elementClass: SlAnimatedImage,
react: React,
events: {
onSlLoad: "sl-load",
onSlError: "sl-error"
},
displayName: "SlAnimatedImage"
});
var animated_image_default = reactWrapper;
export {
animated_image_default
};