UNPKG

362 BJavaScriptView Raw
1import {
2 SlAnimation
3} from "./chunk.4TLYNCSR.js";
4
5// src/react/animation/index.ts
6import * as React from "react";
7import { createComponent } from "@lit-labs/react";
8var animation_default = createComponent(React, "sl-animation", SlAnimation, {
9 onSlCancel: "sl-cancel",
10 onSlFinish: "sl-finish",
11 onSlStart: "sl-start"
12});
13
14export {
15 animation_default
16};