UNPKG

299 BJavaScriptView Raw
1import {
2 SlFormatBytes
3} from "./chunk.CRQRSTBD.js";
4
5// src/react/format-bytes/index.ts
6import * as React from "react";
7import { createComponent } from "@lit-labs/react";
8var format_bytes_default = createComponent(React, "sl-format-bytes", SlFormatBytes, {});
9
10export {
11 format_bytes_default
12};