sudovanilla-website/public/@shoelace-style/shoelace/cdn/react/format-number/index.d.ts

10 lines
370 B
TypeScript
Raw Normal View History

2024-05-13 22:34:06 -05:00
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;