22 lines
455 B
JavaScript
22 lines
455 B
JavaScript
|
import {
|
||
|
SlFormatDate
|
||
|
} from "./chunk.ZPXFI2B7.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
|
||
|
};
|