9 lines
360 B
TypeScript
9 lines
360 B
TypeScript
import Component from '../../components/format-bytes/format-bytes.component.js';
|
|
/**
|
|
* @summary Formats a number as a human readable bytes value.
|
|
* @documentation https://shoelace.style/components/format-bytes
|
|
* @status stable
|
|
* @since 2.0
|
|
*/
|
|
declare const reactWrapper: import("@lit/react").ReactWebComponent<Component, {}>;
|
|
export default reactWrapper;
|