@shoelace-style/shoelace
Version:
A forward-thinking library of web components.
22 lines (19 loc) • 464 B
JavaScript
import {
SlFormatBytes
} from "./chunk.KLNI4JAW.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
};