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.VI2O2VES.js
2024-01-30 10:59:28 -05:00

21 lines
464 B
JavaScript

import {
SlFormatBytes
} from "./chunk.QOV364KK.js";
// src/react/format-bytes/index.ts
import * as React from "react";
import { createComponent } from "@lit/react";
var tagName = "sl-format-bytes";
SlFormatBytes.define("sl-format-bytes");
var reactWrapper = createComponent({
tagName,
elementClass: SlFormatBytes,
react: React,
events: {},
displayName: "SlFormatBytes"
});
var format_bytes_default = reactWrapper;
export {
format_bytes_default
};