UNPKG

@shoelace-style/shoelace

Version:

A forward-thinking library of web components.

10 lines (9 loc) 370 B
import Component from '../../components/format-number/format-number.component.js'; /** * @summary Formats a number using the specified locale and options. * @documentation https://shoelace.style/components/format-number * @status stable * @since 2.0 */ declare const reactWrapper: import("@lit/react").ReactWebComponent<Component, {}>; export default reactWrapper;