@shoelace-style/shoelace
Version:
A forward-thinking library of web components.
22 lines (19 loc) • 455 B
JavaScript
import {
SlFormatDate
} from "./chunk.SRZS2OES.js";
// src/react/format-date/index.ts
import * as React from "react";
import { createComponent } from "@lit/react";
var tagName = "sl-format-date";
SlFormatDate.define("sl-format-date");
var reactWrapper = createComponent({
tagName,
elementClass: SlFormatDate,
react: React,
events: {},
displayName: "SlFormatDate"
});
var format_date_default = reactWrapper;
export {
format_date_default
};