UNPKG

@itwin/quantity-formatting-react

Version:

React components and utilities for quantity formatting

13 lines 484 B
import type { FormatProps } from "@itwin/core-quantity"; /** Properties of [[ShowTrailingZeros]] component. * @internal */ export interface ShowTrailingZerosProps { formatProps: FormatProps; onChange: (format: FormatProps) => void; } /** Component to show/edit Show Trailing Zeros format trait. * @internal */ export declare function ShowTrailingZeros(props: ShowTrailingZerosProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ShowTrailingZeros.d.ts.map