@itwin/quantity-formatting-react
Version:
React components and utilities for quantity formatting
10 lines • 500 B
TypeScript
/**
* @packageDocumentation
* @module QuantityFormatting
*/
export { QuantityFormatting } from "./QuantityFormatting.js";
export { QuantityFormatPanel } from "./components/quantityformat/QuantityFormatPanel.js";
export { FormatSample } from "./components/quantityformat/FormatSample.js";
export { FormatPanel } from "./components/quantityformat/FormatPanel.js";
export { FormatSelector } from "./components/quantityformat/FormatSelector.js";
//# sourceMappingURL=quantity-formatting-react.d.ts.map